Display help information and documentation for PowerShell commands, aka. cmdlets. This command can only be run through PowerShell. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-help.
Get-Help {{cmdlet}}
Get-Help {{cmdlet}} -Detailed
Get-Help {{cmdlet}} -Full
*
to show all parameters), if available:Get-Help {{cmdlet}} -Parameter {{parameter}}
Get-Help {{cmdlet}} -Examples
Get-Help *
Update-Help
:Update-Help
Get-Help {{cmdlet}} -Online