Compartilhar via


Get-SCNetworkGateway

Get-SCNetworkGateway

Gets a network gateway object.

Sintaxe

Parameter Set: Global
Get-SCNetworkGateway [-All] [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: ByID
Get-SCNetworkGateway -ID <Guid> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: ByName
Get-SCNetworkGateway -Name <String> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Descrição detalhada

The Get-SCNetworkGateway cmdlet gets one or more network gateway objects. You can get an individual network gateway by its name or ID, or all network gateway objects.

Parâmetros

-All

Indicates that this cmdlet retrieves a full list of all subordinate objects independent of the parent object. For example, the command Get-SCVirtualDiskDrive -All retrieves all virtual disk drive objects regardless of the virtual machine object or template object that each virtual disk drive object is associated with.

Aliases

none

Necessário?

false

Posição?

named

Valor padrão

none

Aceitar entrada do pipeline?

false

Aceitar caracteres curinga?

false

-ID<Guid>

Specifies the numerical identifier as a globally unique identifier (GUID) for a specific object.

Aliases

none

Necessário?

true

Posição?

named

Valor padrão

none

Aceitar entrada do pipeline?

false

Aceitar caracteres curinga?

false

-Name<String>

Specifies the name of a VMM object.

Aliases

none

Necessário?

true

Posição?

named

Valor padrão

none

Aceitar entrada do pipeline?

false

Aceitar caracteres curinga?

false

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Necessário?

false

Posição?

named

Valor padrão

none

Aceitar entrada do pipeline?

True (ByValue)

Aceitar caracteres curinga?

false

<CommonParameters>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

Tópicos relacionados

Add-SCNetworkGateway

Get-SCVirtualDiskDrive

Read-SCNetworkGateway

Remove-SCNetworkGateway

Set-SCNetworkGateway

Test-SCNetworkGateway