Versions Compared

Key

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

...

Start-Process ; start

Stop-Process ; kill, spps

Manage Services

Start-Service ;  sasv

Stop-Service ; spsv

Manage/Navigate File System

New-Item; 

Move-Item ; move

Remove-Item ;

Copy-Item ; copy, cp

Get-ChildItem

Set-Location ; cd, chdir

Write-Host; Read-Host

Use the "Help"

...