Creates a new temporary directory with a random name.
New-TempDir [<CommonParameters>]
A new temporary directory is created in the current users temporary directory. The directory's name is created using the Path
class's GetRandomFileName method.
New-TempDir
Returns the path to a temporary directory with a random name.