PowerShell 101
Mar 3, 2021
This is a ridiculously useful resource, worth reading even if you’ve been doing PowerShell for years.
Introduction — PowerShell | Microsoft Docs
It describes things you really should be using:
- Help
- Get-Member
- Formatting
- Flow Control
- Remoting
- Functions
- Modules