Get-SCNetworkGateway
Ottiene un oggetto gateway di rete.
Sintassi
Get-SCNetworkGateway
[-VMMServer <ServerConnection>]
[-All]
[<CommonParameters>]
Get-SCNetworkGateway
[-VMMServer <ServerConnection>]
-Name <String>
[<CommonParameters>]
Get-SCNetworkGateway
[-VMMServer <ServerConnection>]
-ID <Guid>
[<CommonParameters>]
Descrizione
Il cmdlet Get-SCNetworkGateway ottiene uno o più oggetti gateway di rete. È possibile ottenere un singolo gateway di rete in base al nome o all'ID o a tutti gli oggetti gateway di rete.
Parametri
-All
Indica che questo cmdlet ottiene tutti gli oggetti subordinati indipendenti dall'oggetto padre.
Ad esempio, il comando Get-SCVirtualDiskDrive -All
ottiene tutti gli oggetti unità disco virtuale indipendentemente dall'oggetto macchina virtuale o dall'oggetto modello a cui è associato ogni oggetto unità disco virtuale.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
Specifica l'identificatore numerico come identificatore univoco globale o GUID per un oggetto specifico.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifica il nome di un oggetto VMM (Virtual Machine Manager).
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
Specifica un oggetto server Virtual Machine Manager.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |