Day 2:
How to get help for PowerShell cmdlet, like syntax or list of mandatory/optional parameters to be used with cmdlet.
Get-Help is the cmdlet to provide help for the cmdlet.
Syntax:
Get-Help <<cmdlet>>
Example: Let’s get help for Get-Help 😉
Get-Help Get-Help
Leave a Reply