< Back

Remove-NsxCluster

Sat Jan 18, 2020 9:20 pm

NAME Remove-NsxCluster



SYNOPSIS

Unprepares a vSphere cluster for use with NSX.





SYNTAX

Remove-NsxCluster [-Cluster] <ClusterInterop> [[-VxlanPrepTimeout] <Int32>] [-Confirm] [[-Connection] <PSObject>]

[<CommonParameters>]





DESCRIPTION

Preparation of a vSphere cluster involves installation of the vibs required

for VXLAN, Logical routing and Distributed Firewall.



The Remove-NsxCluster cmdlet will perform the vib removal of all hosts

within the specified cluster and will also unconfigure VXLAN if configured.





PARAMETERS

-Cluster <ClusterInterop>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-VxlanPrepTimeout <Int32>



Required? false

Position? 2

Default value 120

Accept pipeline input? false

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? 3

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