Skip to content

Get SdnOvsdbPhysicalPort

Adam Rudell edited this page Jun 21, 2023 · 1 revision

Get-SdnOvsdbPhysicalPort

SYNOPSIS

Gets the physical port table results from OVSDB MS_VTEP database.

SYNTAX

Default (Default)

Get-SdnOvsdbPhysicalPort [-ComputerName <String[]>] [-Credential <PSCredential>] [<CommonParameters>]

PortId

Get-SdnOvsdbPhysicalPort [-PortId <Guid>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

Name

Get-SdnOvsdbPhysicalPort [-Name <Guid>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

VMName

Get-SdnOvsdbPhysicalPort [-VMName <String>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

MacAddress

Get-SdnOvsdbPhysicalPort [-MacAddress <String>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnOvsdbPhysicalPort -ComputerName 'Server01','Server02'

EXAMPLE 2

Get-SdnOvsdbPhysicalPort -ComputerName 'Server01','Server02' -Credential (Get-Credential)

PARAMETERS

-PortId

The port ID of the physical port to return.

Type: Guid
Parameter Sets: PortId
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the physical port to return. This is the InstanceID the Network Interface object from Network Controller.

Type: Guid
Parameter Sets: Name
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VMName

The name of the virtual machine to return the physical port(s) for.

Type: String
Parameter Sets: VMName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MacAddress

The MAC address of the network interface to return the physical port(s) for.

Type: String
Parameter Sets: MacAddress
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ComputerName

Type the NetBIOS name, an IP address, or a fully qualified domain name of one or more remote computers.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally