Versions Compared

Key

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

...

Powershell is object-oriented, thus every object has methods and properties.

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

Common Commands

Manage Processes

...