Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

Updated Wiki: Get-EnrollmentPolicyServerClient

$
0
0

Name

Get-EnrollmentPolicyServerClient

SYNOPSIS

Retrieves locally registered Certificate Enrollment Policy (CEP) server endpoints.

SYNTAX

Get-EnrollmentPolicyServerClient [-UserContext] [<CommonParameters>]

DESCRIPTION

Retrieves locally registered Certificate Enrollment Policy (CEP) server endpoints and their settings. Certificate Enrollment Policy Service provides an ability to perform non-domain (from standalone machine and from non-Windows operating system) to enroll client certificates from Windows-based CA server. By using CEP servers, clients can utilize autoenrollment functionality without domain membership.

The command retrieves CEP service information that is registered by group policy or local registry information.

Note: this command is available and supported on Windows 7/Windows Server 2008 R2 and newer operating systems.

PARAMETERS

-UserContext<SwitchParameter>

Specifies the context to retrieve. If the switch is presented, then CEP servers registered for the current user account are returned, otherwise, CEP servers registered for local machine account are returned.

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

None.

OUTPUTS

PKI.Enrollment.Policy.PolicyServerClient[]

NOTES

EXAMPLES

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

PS C:\> Get-EnrollmentPolicyServerClient -UserContext

Retrieves all locally registered CEP clients.

RELATED LINKS


Viewing all articles
Browse latest Browse all 729

Trending Articles