Simplly create a folder using PowerShell

Instead of the commong mkdir using PowerShell allows for all the benefits that come with working with objects. Verbose, error handling, using varabiles etc.

New-Item -ItemType directory -Path C:\Scripts\newDir