Skip to content

Get SdnVMSwitch

Adam Rudell edited this page May 21, 2025 · 1 revision

Get-SdnVMSwitch

SYNOPSIS

Gets virtual switches from the hypervisor.

SYNTAX

Default (Default)

Get-SdnVMSwitch [-VfpEnabled] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Name

Get-SdnVMSwitch -Name <String> [-VfpEnabled] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Id

Get-SdnVMSwitch -Id <String> [-VfpEnabled] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnVMSwitch -Name 'Virtual Switch'

EXAMPLE 2

Get-SdnVMSwitch -Id '8440FB77-196C-402E-8564-B0EF9E5B1931'

EXAMPLE 3

Get-SdnVMSwitch -VfpEnabled

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

-VfpEnabled

Specifies whether the virtual switch has VFP enabled.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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