Install-AdcsWebEnrollment

Install-AdcsWebEnrollment

Installs Certification Authority Web Enrollment

구문

Parameter Set: DefaultParameterSet
Install-AdcsWebEnrollment [-CAConfig <String> ] [-Credential <PSCredential> ] [-Force] [ <CommonParameters>]

자세한 설명

The Install-AdcsWebEnrollment cmdlet performs initial installation and configuration of the Certification Authority Web Enrollment role service. To remove the Web Enrollment role service use the Uninstall-AdcsWebEnrollment cmdlet.

You can import the cmdlet by running the following commands from Windows PowerShell:
Import-Module ServerManager
Add-WindowsFeature Adcs-Web-Enrollment

매개 변수

-CAConfig<String>

CAConfig parameter string. Do not specify this if there is a local CA installed.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-Credential<PSCredential>

If the Web Enrollment service is configured to use Standalone certification authority (CA), then an account that is a member of the local Administrators on the CA is required. If the Web Enrollment service is configured to use an Enterprise CA, then an account that is a member of Domain Admins is required.

별칭

없음

필수 여부

false

위치

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에 파이프할 수 있는 개체의 유형입니다.

  • PSCredential

출력

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

  • Microsoft.CertificateServices.Deployment.Commands.WebEnrollment.WebEnrollmentResult

참고

  • Ensure you run Windows PowerShell® as an administrator. You can use the -force switch to bypass the prompt for confirmation.
    To see parameters, run the following command: install-AdcsWebEnrollment -?

예제

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

Description

-----------

This command installs the Web Enrollment role service to a CA specified by <CAComputerName>\<CACommonName>. Replace the computer name of the certification authority (CA) for <CAComputerName> and replace the CA common name for <CACommonName> when running the command.

C:\PS>Install-AdcsWebEnrollment -CAConfig <CAComputerName>\<CACommonName>

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

Description

-----------

This command isntalls the Web Enrollment role service to a CA specified by <CAComputerName>\<CACommonName> without requiring user confirmation. Replace the computer name of the certification authority (CA) for <CAComputerName> and replace the CA common name for <CACommonName> when running the command.

C:\PS>Install-AdcsWebEnrollment -CAConfig <CAComputerName>\<CACommonName> -force

관련 항목

Uninstall-AdcsWebEnrollment