Get-Help
1 min readApr 8, 2020
Looking to know how an Azure CmdLet works?
No probs with Get-Help.
Today’s post flags one of the most useful CmdLet available in PowerShell.
How it works
Get-Help is part of PowerShell Core.
To use it just type:
help New-AzWebApp
There is an interesting list of examples that can be used at the bottom of the help.