Get-SCOMCommand
Ottiene i comandi di Operations Manager nella sessione corrente.
Sintassi
Get-SCOMCommand
[-Verb <String[]>]
[-Noun <String[]>]
[<CommonParameters>]
Get-SCOMCommand
[[-Name] <String[]>]
[-CommandType <CommandTypes>]
[<CommonParameters>]
Descrizione
Il cmdlet Get-SCOMCommand ottiene i comandi di System Center - Operations Manager nella sessione corrente. Se non si specificano parametri per il cmdlet, il cmdlet restituisce tutti i comandi nella sessione corrente.
Esempio
Esempio 1: Ottenere i comandi usando un nome
PS C:\>Get-SCOMCommand "*agent*"
Questo comando ottiene tutti i comandi nel modulo di Operations Manager con agente nel nome del comando.
Esempio 2: Ottenere i comandi usando un verbo cmdlet
PS C:\>Get-SCOMCommand -Verb "Get"
Questo comando ottiene tutti i comandi nel modulo Operations Manager che usano il verbo Get.
Parametri
-CommandType
Specifica un tipo di comando di Operations Manager.
Type: | CommandTypes |
Aliases: | Type |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifica una matrice di nomi dei comandi di Operations Manager.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Noun
Specifica una matrice di sostantivi nei nomi dei cmdlet di Operations Manager.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Verb
Specifica una matrice di verbi nei nomi dei cmdlet di Operations Manager.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |