legacy powershell

Powershell Useful Commands

Powershell Cheat Sheet and Useful Commands/Cmdlets

This article mostly applies to Powershell version 6 or later (formerly known as Powershell Core). Check edition via Powershell variable: $PSEdition (should show core for modern powershell)

Read more...

Legacy Powershell Useful Commands

This article applies to legacy powershell (powershell 5.0 or earlier) Check edition via Powershell variable: $PSEdition (should show "Desktop for legacy/classic powershell), classic powershell is also bundled into the Windows OS.

Read more...