< Back

Remove-NsxTransportZone

Sat Jan 18, 2020 9:26 pm

NAME Remove-NsxTransportZone



SYNOPSIS

Removes an NSX Transport Zone.





SYNTAX

Remove-NsxTransportZone [-TransportZone] <XmlElement> [-Confirm] [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Transport Zone defines the maximum scope for logical switches that

are bound to it. NSX Prepared clusters are added to Transport Zones which

allows VMs on them to attach to any logical switch bound to the transport

zone.



The Remove-NsxTransportZone cmdlet removes an existing Transport Zone on the

connected NSX manager.



If any logical switches are bound to the Transport Zone, the attempt to

remove the Transport Zone will fail.





PARAMETERS

-TransportZone <XmlElement>



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