< Back

Get-NsxManagerVcenterConfig

Sat Jan 18, 2020 9:10 pm

NAME Get-NsxManagerVcenterConfig



SYNOPSIS

Retrieves NSX Manager vCenter Configuration.





SYNTAX

Get-NsxManagerVcenterConfig [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

The NSX Manager is the central management component of VMware NSX for

vSphere.



The vCenter configuration of NSX Manager controls its registration with

VMware vCenter server for authentication purposes.



The Get-NsxManagerVcenterConfig cmdlet retrieves the vCenterconfiguration

and status of the NSX Manager against which the command is run.





PARAMETERS

-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 1

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxManagerSsoConfig



Retrieves the SSO configuration from the connected NSX Manager











RELATED LINKS