Get-SrmVamiCertificate¶
Synopsis¶
Get the certificate information from the Site Recovery Manager appliance.
Syntax¶
Get-SrmVamiCertificate [-caCertificate] [<CommonParameters>]
Description¶
The Get-SrmVamiCertificate
cmdlet retrieves certificate information from the VAMI interface of a Site Recovery Manager appliance.
Examples¶
Example 1¶
Get-SrmVamiCertificate
This example retrieves the certificate information for the Site Recovery Manager appliance.
Example 2¶
Get-SrmVamiCertificate -caCertificate
This example retrieves a list of Certificate Authority certificates installed in the Site Recovery Manager appliance.
Parameters¶
-caCertificate¶
The caCertificate parameter will retrieve Certificate Authority certificates installed.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.