Basic Powershell commands

Create a file in a location

New-Item -Path "file.txt" -ItemType File

Last updated