Collections:
Other Resources:
Help Commands on Windows PowerShell
How many ways to use Help commands on Windows PowerShell?
✍: FYIcenter.com
Windows PowerShell supports a number of ways to use the Help commands
described below
get-help
Displays help information about the help system.
get-help <cmd>
Displays summary information about the given command,
like "get-help get-date".
<cmd> -?
Same as "get-help <cmd>".
get-help <cmd> -detailed
Displays detailed information about the given command,
like "get-help get-date -detailed".
get-help <cmd> -full
Displays full detailed information about the given command,
like "get-help get-date -full".
get-help *
Displays a list of all available commands.
get-help *<keyword>*
Displays a list of commands that match the given keyword,
like "get-help date".
get-help <keyword>
Same as "get-help *<keyword>*".
get-help about_<topic>
Displays help information about the given topic,
like "get-help about_providers".
help ...
Same as "get-help ...". But it displays information one page at time.
man ...
Same as "help ...".
⇒ Help Topics on Windows PowerShell
⇐ Install Help for Windows PowerShell
2016-11-08, ∼3153🔥, 0💬
Popular Posts:
How to remove quickset.exe from the startup application list to gain performance and reduce security...
I don't know if this is a Windows Problem or an HP problem. HP says windows. But anyhow I have a bra...
How to remove NetZero Toolbar from Internet Explorer (IE) 7 browser? NetZero Toolbar offers you nice...
What is the startup program "Intel Graphics Accelerator Helper - igfxtray.exe" on my Windows 8 compu...
What is the scheduled task "\Microsoft\Windows\WDI\ ResolutionHost"on my Windows 7 computer? "\Micro...