Name
Ping-ICertInterface
SYNOPSIS
Tests management and enrollment interface availability of the specified CA server.
SYNTAX
Ping-ICertInterface [-CertificationAuthority] <CertificateAuthority[]> [<CommonParameters>]
DESCRIPTION
Tests management and enrollment interface availability of the specified CA server. The command attempts to make calls to server's ICertAdmin and ICertRequest interfaces. ICertAdmin interface is used for CA server management purposes and may not available on client operating systems. ICertRequest is used during certificate enrollment process.
PARAMETERS
-CertificationAuthority<CertificateAuthority[]>
Specifies the Certification Authority object to check. This object can be retrieved by running Get-CertificationAuthority and Connect-CertificationAuthority commands.
Required? | True |
Position? | 0 |
Default value | |
Accept pipeline input?? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".
INPUTS
PKI.CertificateServices.CertificateAuthority[]
OUTPUTS
PSObject
NOTES
EXAMPLES
-------------- Example 1 --------------
PS C:\> Get-CertificationAuthority | Ping-ICertInterface
This command retrieves all Enterprise CAs and checks ICertAdmin and ICertRequest interface availability.
RELATED LINKS
Get-CertificationAuthority
Connect-CertificationAuthority