Skip to content

New-BrownserveTemporaryDirectory

SYNOPSIS

Creates a temporary directory

SYNTAX

New-BrownserveTemporaryDirectory [<CommonParameters>]

DESCRIPTION

Creates a temporary directory in a known good location.

EXAMPLES

Example 1

PS C:\> New-BrownserveTemporaryDirectory

Would create a directory under C:\Temp

PARAMETERS

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES