PS Help Flashcards
PowerShell cmdlet that Displays information about Windows PowerShell commands and concepts.
Get-Help
Downloads and installs the newest help files on your computer.
Update-Help
Get-Help parameter that adds parameter descriptions and examples to the basic help display.
-Detailed
Get-Help parameter that displays only the name, synopsis, and examples.
-Examples
Get-Help parameter that displays the whole help topic for a cmdlet.
-Full
Get-Help parameter used to specify the name of a cmdlet, function, or conceptual topic to display help information for.
-Name
Get-Help parameter that displays the online version of a help topic in the default Internet browser.
-Online
Get-Help parameter that displays only the detailed descriptions of specific parameters. Wildcards are permitted.
-Parameter
Get-Help parameter that displays the help topic in a window for easier reading.
-ShowWindow