Edit-QADCertificate
From PowerGUI Wiki
Open a dialog box that contains the properties 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
Edit-QADCertificate [-Certificate] <X509CertificateUI[]> [<CommonParameters>]
Detailed Description
Use this cmdlet to display a dialog box with detailed information about the specified X.509 certificate. The cmdlet takes an output object of the Get-QADCertificate or Import-QADCertificate cmdlet, and opens a dialog box that contains the properties of the certificate.
Parameters
| Name | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|
| Certificate | Use this parameter to specify the certificate objects representing the certificates to edit. This could be output objects of the Get-QADCertificate or Import-QADCertificate cmdlet (see examples). | true | true (ByValue) |
Input Type
Quest.ActiveRoles.ArsPowerShellSnapIn.X509CertificateUI
Return Values
Quest.ActiveRoles.ArsPowerShellSnapIn.X509CertificateUI
Examples
EXAMPLE 1
Get-QADUser domainName\userName | Get-QADcertificate | Edit-QADCertificate
Description
Retrieve the certificates that are mapped to the specified user account in Active Directory, and then, for each certificate, open a dialog box that contains the properties of the certificate.
