Skip to content

Get SdnVfpPortFlowStat

Adam Rudell edited this page Sep 8, 2025 · 1 revision

Get-SdnVfpPortFlowStat

SYNOPSIS

Returns the current VFP port flow statistics for the specified port.

SYNTAX

Get-SdnVfpPortFlowStat [-PortName] <Guid> [[-ComputerName] <String>] [[-Credential] <PSCredential>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

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

PARAMETERS

-PortName

The port name to return the flow statistics 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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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