The Help for PowerShell view command can be used directly with the
PS c:\> Help Get-command
Name Get-command
Summary Gets all commands.
Grammar Get-command [[-argumentlist] [<object[]>] [-all] [-fullyqualifiedmodule [<modulespecification[]>]] [- Listimported] [-module [<string[]>]] [-N OUN [<string[]>]] [-parametername [<string[]>]] [-parametertype [<pstypename[]>]] [- Showcommandinfo] [-syntax] [-totalcount [<int32>]] [-verb [<string[]>]] [<commonparameters>]
Get-command [[-name] [<string[]>] [[-argumentlist] [<object[]>] [-all] [-commandtype {Alias | Function | Filter | Cmdlet | Externalscript | Application | Script | Workflow | Configuration | All}] [-fullyqualifiedmodule [<modulespecification[]>]] [-listimported] [-module [<string[]> ] [-parametername [<string[]>]] [-parametertype [<pstypename[]>]] [-showcommandinfo] [-Syntax] [- TotalCount [<int32>]] [<commonparameters> |
Using the -showwindow parameter, the window looks at the Help information:
Use window view to view Help information while writing commands, not affecting each other
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/8C/2B/wKioL1hkg7niyE1hAADNlwOpK90607.jpg "title=" Qq20161229113152.jpg "alt=" Wkiol1hkg7niye1haadnlwopk90607.jpg "/>
This article is from the "Zhao Dongwei blog" blog, make sure to keep this source http://zhaodongwei.blog.51cto.com/4233742/1887207
PowerShell window view Help information