NAME

Stop-CertificationAuthority

SYNOPSIS

Stops certificate services on specified Certification Authority.

SYNTAX

Stop-CertificationAuthority [-CA] <CertificateAuthority> [<CommonParameters>]

DESCRIPTION

Stops certificate services on specified Certification Authority.

PARAMETERS

-CA <CertificateAuthority>

Specifies the particular Certification Authority. 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 | Stop-CertificationAuthority

Stops certificates cervices on a CA server hosted on 'ca01.company.com' server.

-------------- Example 2 --------------

C:\PS>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

Last edited Jul 27, 2012 at 8:22 AM by Camelot, version 4

Comments

No comments yet.