< Back

Remove-NsxVdsContext

Sat Jan 18, 2020 9:26 pm

NAME Remove-NsxVdsContext



SYNOPSIS

Removes the VXLAN preparation of a Virtual Distributed Switch.





SYNTAX

Remove-NsxVdsContext [-VdsContext] <XmlElement> [-Confirm] [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

Before it can be used for VXLAN, a VDS must be configured with appropriate

teaming and MTU configuration.



The Remove-NsxVdsContext cmdlet unconfigures the specified VDS for use with

VXLAN.





PARAMETERS

-VdsContext <XmlElement>

NSX VDS Context Object ID to remove



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt



Required? false

Position? named

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS