- get-help
- get-help get-command
- get-help about_signing
- get-help get-command -detailed
- get-help get-command -full
- get-help get-command =example
- get-command -verb set | format-list
- get-command | sort-object noun | format-table -group noun
- get-command -pssnapin Microsoft.PowerShell.Security
- get-command get-childitem -ArgumentList cert: | format-list
- get-help get-command -parameter totalcount
- get-help get-command -parameter *
- man get-command
- help get-command
- get-help get-*
- get-help about_wildcard
- get-help about_*
$ powershell
Windows PowerShell
Copyright (C) 2006 Microsoft Corporation. All rights reserved.
PS C:\cygwin\home\smnb> get-help トピック
Get-Help
簡易説明
PowerShell のコマンドレットと概念に関するヘルプを表示します
詳細説明
構文
get-help {<コマンドレット名> | <トピック名>}
help {<コマンドレット名> | <トピック名>}
<コマンドレット名> -?
"Get-help" または "-?" を使用した場合はヘルプが 1 頁に表示さ
れます
"Help" を使用した場合はヘルプが複数の頁に表示されます
例 :
get-help get-process :get-process コマンドレットに関するヘルプを表示します
get-help about-signing :署名の概念に関するヘルプを表示します
help where-object :where-object コマンドレットに関するヘルプを表示します
help about_foreach :PowerShell の foreach に関するヘルプを表示します
match-string -?: match-string コマンドレットに関するヘルプを表示します
ヘルプ コマンドにはワイルド文字を使用できます ("-?" と共に使用
することはできません)複数のヘルプ トピックが一致する場合は一致
するトピックの一覧が表示されます一致するヘルプ トピックが 1 つだ
けの場合は該当のトピックが表示されます
例 :
get-help * :すべてのヘルプ トピックを表示します
get-help get-* :get- で始まるトピックを表示します
help *object* :名前に "object" が含まれるトピックを表示します
get-help about* :概念説明のすべてのトピックを表示します
ワイルドの詳細について参照するには次のコマンドを入力してください
get-help about_wildcard
注釈
PowerShell について理解するには次のヘルプ トピックを参照してください
get-command :コマンドレットの一覧を表示します
about_object :PowerShell でのオブジェクトの使用方法に関する説 明を表示します
get-member :オブジェクトのプロパティを表示します
概念説明のヘルプ ファイルの名前は"about_<トピック>" の形式です次に例を示します
about_regular_expression
ヘルプ コマンドを入力するとシステム上のエイリアスも表示されますエイリ アスの詳細について参照するには次のコマンドを入力してくださいget-help about_alias
PS C:\Users\smnb> get-help get-command
名前
Get-Command
概要
コマンドレットおよびその他の Windows PowerShell コマンド要素に関する基本情
報を取得します。
構文
Get-Command [[-argumentList] <Object[]>] [-verb <string[]>] [-noun <string[
]>] [-totalCount <int>] [-syntax] [-pSSnapIn <string[]>] [<CommonParameters
>]
Get-Command [[-name] <string[]>] [[-argumentList] <Object[]>] [-commandType
{<Alias> | <Function> | <Filter> | <Cmdlet> | <ExternalScript> | <Applicat
ion> | <Script> | <All>}] [-totalCount <int>] [-syntax] [<CommonParameters>
]
詳細説明
Get-Command コマンドレットは、コマンドレットおよびその他の Windows PowerShe
ll コマンド要素であるファイル、関数、Windows PowerShell プロバイダに関する
基本情報を取得します。
関連するリンク
Get-Help
Get-PSDrive
Get-Member
注釈
詳細を参照するには、次のように入力してください: "get-help Get-Command -deta
iled".
技術情報を参照するには、次のように入力してください: "get-help Get-Command -
full".