PowerShell Logo Small

Get-CertificateAutoEnrollmentPolicy



This is the built-in help made by Microsoft for the command 'Get-CertificateAutoEnrollmentPolicy', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves certificate auto-enrollment policy settings.

SYNTAX


Get-CertificateAutoEnrollmentPolicy -context {Machine | User} -Scope {Applied | Local} [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-CertificateAutoEnrollmentPolicy cmdlet gets certificate auto-enrollment policy settings for the user or computer. This cmdlet can return the settings configured in
local policy or that are being applied from either local or domain policy.


Delegation may be required when using this cmdlet with Windows PowerShell® remoting and changing user configuration.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287529
Set-CertificateAutoEnrollmentPolicy

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-CertificateAutoEnrollmentPolicy -Scope Local -Context User
PolicyState : Enabled
EnableMyStoreManagement : True
EnableTemplateCheck : True
ExpirationPercentage : 10
StoreName : {MY}
EnableBalloonNotifications : False



This example gets the locally configured certificate auto-enrollment user policy. In this example, the Renew expired certificates, update pending certificates, and remove
revoked certificates and Update certificates that use certificates templates options are enabled. Also, the Expiration notifications option is enabled and set to 10 percent
of the certificate lifetime which are stored in the MY store. Finally, Balloon notifications are disabled.