Show-QADCertificate
From PowerGUI Wiki
Display a textual representation of an X.509 certificate.
This cmdlet is part of the Quest ActiveRoles Server product. Use Get-QARSProductInfo to view information about ActiveRoles Server.
Contents |
Syntax
Show-QADCertificate [[-Certificate] <X509CertificateUI[]>] [<CommonParameters>]
Detailed Description
Use this cmdlet to view X.509 certificates in a text format. The cmdlet takes an output object of the Get-QADCertificate or Import-QADCertificate cmdlet, and displays a textual representation of the certificate represented by that object.
Parameters
| Name | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|
| Certificate | Use this parameter to specify the certificate objects representing the certificates to display. This could be output objects of the Get-QADCertificate or Import-QADCertificate cmdlet (see examples). | false | true (ByValue) |
Input Type
Quest.ActiveRoles.ArsPowerShellSnapIn.X509CertificateUI
Return Values
string
Examples
EXAMPLE 1
Get-QADUser domainName\userName | Get-QADcertificate | Show-QADCertificate
Description
Retrieve the certificates that are mapped to the specified user account in Active Directory, and view a textual representation of each certificate.
