PowerShell Create Folder or Directory

Here is a powershell script that create a new folder or directory.

$FolderPathandName = "c:\Users\Administrator\Desktop\FolderName"

[IO.Directory]::CreateDirectory($FolderPathandName)

Comments

Popular posts from this blog

C# Copy files from one server to another

Suppress StyleCop SA1600

Telerik Rad Grid Sorting