Get-CertificateEnrollmentPolicyServer

Get-CertificateEnrollmentPolicyServer

Returns all of the certificate enrollment policy server URL configurations.

구문

Parameter Set: Default
Get-CertificateEnrollmentPolicyServer -context <Context> {Machine | User} -Scope <EnrollmentPolicyServerScope> {All | Applied | ConfiguredByYou} [-Url <Uri> ] [ <CommonParameters>]

자세한 설명

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.

매개 변수

-context<Context>

Retrieves information about the enrollment policy server for the local computer (machine) or Current User context.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Scope<EnrollmentPolicyServerScope>

Specifies where the cmdlet will find the enrollment policy server configuration.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Url<Uri>

Limits the returned enrollment policy servers to the servers that contain the provided URL.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

True (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Microsoft.CertificateServices.Commands.EnrollmentPolicyUrlDescription[]

    Describes the enrollment policy obtained from the specified URL.

예제

EXAMPLE 1

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.

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

EXAMPLE 2

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

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

EXAMPLE 3

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

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

관련 항목

Add-CertificateEnrollmentPolicyServer

Remove-CertificateNotificationTask