PowerShell PKI Module Documentation
Documentation HomeStop-CertificationAuthority
Synopsis
Stops certificate services on specified Certification Authority.
Syntax
Stop-CertificationAuthority [-CertificationAuthority] <CertificateAuthority[]> [<CommonParameters>]
Description
Stops certificate services on specified Certification Authority.
Parameters
-CertificationAuthority <CertificateAuthority[]>
Specifies the particular Certification Authority. This object can be retrieved by running Get-CertificationAuthority command.
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, InformationAction, InformationVariable,
WarningAction, WarningVariable, OutBuffer, PipelineVariable and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
Inputs
PKI.CertificateServices.CertificateAuthority
Outputs
None.
Notes
Examples
Example 1
PS C:\> Get-CertificationAuthority ca01.company.com | Stop-CertificationAuthority
Stops certificates cervices on a CA server hosted on 'ca01.company.com' server.
Example 2
PS C:\> Get-CertificationAuthority | Start-CertificationAuthority
Stops certificate services on all Certifcation Authorities in the current forest.
Related links
Get-CertificationAuthority
Connect-CertificationAuthority
Start-CertificationAuthority
Restart-CertificationAuthority
Minimum PowerShell version support
- Windows PowerShell 3.0
Operating System Support
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10
- Windows 11
- Windows Server 2008 R2 all editions
- Windows Server 2012 all editions
- Windows Server 2012 R2 all editions
- Windows Server 2016 all editions
- Windows Server 2019 all editions
- Windows Server 2022 all editions