< Back

Get-NsxManagerCertificate

Sat Jan 18, 2020 9:09 pm

NAME Get-NsxManagerCertificate



SYNOPSIS

Retrieves NSX Manager Certificates.





SYNTAX

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





DESCRIPTION

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

vSphere.



Details of the SSL Certificate installed on the NSX Manager are required by

certain workflows within NSX



The Get-NsxManagerCertificate cmdlet retrieves the configured certificates

configured on 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-NsxManagerCertificate



Retrieves the SSL Certificates from the connected NSX Manager



Get-NsxManagerCertificate | where { $_.isCa -eq "false" } | select-object sha1Hash



Retrieves the SSL Certificates SHA1 hash from the connected NSX Manager











RELATED LINKS