Windows PowerShell

PowerShell Cheat Sheet

Command name Alias Description Set-Location cd, chdir, sl Sets the current working location to a specified location. Get-Content cat, gc, type Gets the content of the item at the specified location. Add-Content…