Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Powershell allows the use of aliases i.e. Get-ChildItem is the same as dir or ls. See Common Commands for more.

Common Commands

Use the Get-Alias command to view all Powershell aliases.

Manage Processes

Start-Process ; start

Stop-Process ; spps

Manage Services

Start-Service ; 

Stop-Service ;

Manage/Navigate File System

...