Skip to content

Get-NsxtGlobalManagerCertificate

Synopsis

Retrieve the list of certificates from the NSX Global Manager.

Syntax

Get-NsxtGlobalManagerCertificate [[-certificateId] <String>] [<CommonParameters>]

Description

The Get-NsxtGlobalManagerCertificate cmdlet retrieves the list of certificates from the NSX Global Manager.

Examples

Example 1

Get-NsxtGlobalManagerCertificate

This example retrieves the list of certificates from the NSX Global Manager.

Example 2

Get-NsxtGlobalManagerCertificate -certificateId f64fe940-9569-4621-940f-90ea2adafd93

This example retrieves a certificate from the NSX Global Manager.

Parameters

-certificateId

The ID of the certificate in the NSX Global Manager.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.