[This command is not available in non-domain environments]

NAME

Restore-KeyRecoveryAgentFlagDefault

SYNOPSIS

Restores Active Directory Certification Authority (AD CS) key recovery agent default flags.

SYNTAX

Restore-KeyRecoveryAgentFlagDefault [-InputObject] <KRAFlag> [-RestartCA] [<CommonParameters>]

DESCRIPTION

Restores Active Directory Certification Authority (AD CS) key recovery agent default flags and discards any previous KRA flag modifications. This command is helpful in the case of incorrect configuration or you want to stay "default".

By default no flags are enabled.

PARAMETERS

-InputObject <KRAFlag>

Specifies existing KRAFlag object. This object can be retrieved by running Get-KeyRecoveryAgentFlag command.

Required? true
Position? 1
Default value  
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false

-RestartCA <>

Restarts CA service on the specified CA server to immediately apply changes.

Required? false
Position? named
Default value  
Accept pipeline input? false
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.Flags.KRAFlag

OUTPUTS

PKI.CertificateAuthority.Flags.KRAFlag

NOTES

Author: Vadims Podans
Blog: http://en-us.sysadmins.lv

EXAMPLES

-------------- Example 1 --------------

C:\PS>Get-CertificationAuthority ca01.company.com | Get-KRAFlag | Restore-KRAFlag -RestartCA

The command restores default KRA flag configuration for CA server running on 'ca01.company.com' computer. After the configuration is changed, the command will restart certificate services to immediately apply changes.

RELATED LINKS

Get-CertificationAuthority
Connect-CertificationAuthority
Get-KeyRecoveryAgentFlag
Enable-KeyRecoveryAgentFlag
Disable-KeyRecoveryAgentFlag

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

Comments

No comments yet.