Skip to content

Get SdnNetAdapterEncapOverheadConfig

Adam Rudell edited this page May 21, 2025 · 5 revisions

Get-SdnNetAdapterEncapOverheadConfig

SYNOPSIS

Retrieves the EncapOverhead and JumboPacket properties of each network interface attached to a vfp enabled vmswitch

SYNTAX

Default (Default)

Get-SdnNetAdapterEncapOverheadConfig [-ProgressAction <ActionPreference>] [<CommonParameters>]

Name

Get-SdnNetAdapterEncapOverheadConfig -Name <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Id

Get-SdnNetAdapterEncapOverheadConfig -Id <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnNetAdapterEncapOverheadConfig

PARAMETERS

-Name

Specifies the name of the virtual switch to be retrieved.

Type: String
Parameter Sets: Name
Aliases:

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

-Id

Specifies the ID of the virtual switch to be retrieved.

Type: String
Parameter Sets: Id
Aliases:

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