New-Item -ItemType directory -Path C:\Scripts\newDir
mkdir
New-Item "C:\file.txt" -ItemType File -Force