New-Item -ItemType directory -Path C:Scripts ewDir
md <directory name>
New-Item "DirectoryNameOrPath" -Type Directory
mkdir <directory name>