Skip to content

Get SdnVfpPortState

Adam Rudell edited this page Jun 21, 2023 · 4 revisions

Get-SdnVfpPortState

SYNOPSIS

Returns the current VFP port state for a particular port Id.

SYNTAX

Get-SdnVfpPortState [-PortName] <Guid> [[-ComputerName] <String>] [[-Credential] <PSCredential>]
 [<CommonParameters>]

DESCRIPTION

Executes 'vfpctrl.exe /get-port-state /port $port' to return back the current state of the port specified.

EXAMPLES

EXAMPLE 1

Get-SdnVfpPortState -PortName 3DC59D2B-9BFE-4996-AEB6-2589BD20B559

PARAMETERS

-PortName

The port name to return the state for.

Type: Guid
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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 a remote computer. The default is the local computer.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
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: 3
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