NAME
Restart-CertificationAuthority
SYNOPSIS
Restarts certificate services on specified Certification Authority.
SYNTAX
Restart-CertificationAuthority [-CA] <CertificateAuthority> [<CommonParameters>]
DESCRIPTION
Restarts certificate services on specified Certification Authority
PARAMETERS
-CA <CertificateAuthority>
Specifies the Certification Authority object to restart. This object can be retrieved by running
Get-CertificationAuthority command.
| Required? |
true |
| Position? |
1 |
| 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.CertificateAuthority.CertificateAuthority
OUTPUTS
None.
NOTES
Author: Vadims Podans
Blog: http://en-us.sysadmins.lv
EXAMPLES
-------------- Example 1 --------------
C:\PS>Get-CertificationAuthority ca01.company.com | Restart-CertificationAuthority
Restarts certificates cervices on a CA server running on 'ca01.company.com'.
-------------- Example 2 --------------
C:\PS>Get-CertificationAuthority | Restart-CertificationAuthority
Restarts certificate services on all Certification Authorities in the forest
RELATED LINKS
Get-CertificationAuthority
Connect-CertificationAuthority
Start-CertificationAuthority
Stop-CertificationAuthority