Skip to main content

New-TemporaryDirectory

SYNOPSIS​

Create a new temporary directory

SYNTAX​

New-TemporaryDirectory
[<CommonParameters>]

DESCRIPTION​

Create a temporary directory in the systems temp directory folder.

EXAMPLES​

EXAMPLE 1​

New-TemporaryDirectory

Create a new temp directory

PARAMETERS​

CommonParameters​

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS​

OUTPUTS​

NOTES​