Get-SCOMCommand
取得目前會話中的 Operations Manager 命令。
Syntax
Get-SCOMCommand
[-Verb <String[]>]
[-Noun <String[]>]
[<CommonParameters>]
Get-SCOMCommand
[[-Name] <String[]>]
[-CommandType <CommandTypes>]
[<CommonParameters>]
Description
Get-SCOMCommand Cmdlet 會取得目前會話中的 System Center - Operations Manager 命令。 如果您未指定 Cmdlet 的任何參數,Cmdlet 會傳回目前工作階段中的所有命令。
範例
範例 1:使用名稱取得命令
PS C:\>Get-SCOMCommand "*agent*"
此命令會取得 Operations Manager 模組中具有命令名稱中代理程式的所有命令。
範例 2:使用 Cmdlet 動詞取得命令
PS C:\>Get-SCOMCommand -Verb "Get"
此命令會取得 Operations Manager 模組中所有使用動詞 Get 的命令。
參數
-CommandType
指定 Operations Manager 命令類型。
Type: | CommandTypes |
Aliases: | Type |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
指定 Operations Manager 命令名稱的陣列。
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Noun
指定 Operations Manager Cmdlet 名稱中的名詞陣列。
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Verb
指定 Operations Manager Cmdlet 名稱中的動詞陣列。
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |