Uninstall-AdcsEnrollmentWebService

Uninstall-AdcsEnrollmentWebService

Uninstalls the Certificate Enrollment Web service or individual instances of it.

구문

Parameter Set: UninstallSingleInstance
Uninstall-AdcsEnrollmentWebService -AuthenticationType <AuthenticationType> -CAConfig <String> [-Force] [ <CommonParameters>]

Parameter Set: UninstallAll
Uninstall-AdcsEnrollmentWebService [-AllEnrollmentServices] [-Force] [ <CommonParameters>]

자세한 설명

The Uninstall-AdcsEnrollmentWebService cmdlet uninstalls the Certificate Enrollment Web Service either entirely removing all instances of it or partially by removing individual instances.

매개 변수

-AllEnrollmentServices

Specifies the removal of Certificate Enrollment Web Service instances.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-AuthenticationType<AuthenticationType>

Specifies the authentication type of the of enrollment services instance to be uninstalled.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-CAConfig<String>

Specifies the configuration string of the certification authority (CA) for which enrollment services will be uninstalled. This parameter is used to identify which instance of the Certificate Enrollment Web Service is to be uninstalled when multiple are present.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-Force

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

  • string,enum,bool

출력

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

  • Microsoft.CertificateServices.Deployment.Commands.CES.EnrollmentServiceResult

참고

  • The application directories are removed from their respective instance folders in the file system. The uninstall command does not remove the Secure Sockets Layer/Transport Layer Security (SSL/TLS) or the secure hypertext transfer protocol (https) bindings.

예제

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command removes all the Web Enrollment role services without prompting for confirmation.

C:\PS>Uninstall-AdcsEnrollmentWebService –AllEnrollmentServices -force

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

This command removes the Certificate Enrollment Web Service using the CA specified by the configuration APP1.corp.contoso.com\corp-APP1-CA. The CA configuration is the CA Computer Name and CA common name separated by a backslash. The authentication type in use is Certificate.

C:\PS>Uninstall-AdcsEnrollmentWebService -CAConfig APP1.corp.contoso.com\corp-APP1-CA -AuthenticationType Certificate

관련 항목

Install-AdcsEnrollmentWebService