PowerShell Logo Small

Get-CertificateEnrollmentPolicyServer



This is the built-in help made by Microsoft for the command 'Get-CertificateEnrollmentPolicyServer', 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

Returns all of the certificate enrollment policy server URL configurations.

SYNTAX


Get-CertificateEnrollmentPolicyServer [-Url <Uri>] -context {Machine | User} -Scope {All | Applied | ConfiguredByYou} [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-CertificateEnrollmentPolicyServer cmdlet retrieves information required for connecting to one or more certificate enrollment policy servers configured for this user
or computer. The returned information can be filtered by providing a specific URL, a specific scope, or requesting only user or computer (machine) context.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287530
Add-CertificateEnrollmentPolicyServer
Remove-CertificateNotificationTask

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-CertificateEnrollmentPolicyServer -Scope All -Context User



This example returns all of the enrollment policy URL configurations that are included with the user configuration, Group Policy, and local policy for the User context.




EXAMPLE 2

PS C:\>Get-CertificateEnrollmentPolicyServer -Url http://www.contoso.com/Policy/service.svc -Scope All -Context Machine



This example returns all of the enrollment policy URL configurations that have the given URL for the machine context.




EXAMPLE 3

PS C:\>Get-CertificateEnrollmentPolicyServer -Scope ConfiguredByYou -Context User



This example returns all of the enrollment policy server URL configurations that are configured for the User context.