You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docset/winserver2022-ps/adcsdeployment/ADCSDeployment.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,44 +10,59 @@ title: ADCSDeployment
10
10
---
11
11
12
12
# ADCSDeployment Module
13
+
13
14
## Description
14
-
This topic contains the brief descriptions of the Windows PowerShell® cmdlets that are for use in deploying Active Directory Certificate Services (AD CS). Each cmdlet in the table is linked to additional information about that cmdlet.
15
+
16
+
This topic contains the brief descriptions of the Windows PowerShell® cmdlets that are for use in
17
+
deploying Active Directory Certificate Services (AD CS). Each cmdlet in the table is linked to
This command installs the Certificate Enrollment Policy Web Service using Kerberos for authentication.
41
-
For information on obtaining a certificate thumbprint using Windows PowerShell, see [Certificate Provider](https://go.microsoft.com/fwlink/?LinkId=225044).
49
+
This command installs the Certificate Enrollment Policy Web Service using Kerberos for
50
+
authentication. For information on obtaining a certificate thumbprint using Windows PowerShell, see
This command installs the Certificate Enrollment Policy Web Service specifying that a username and password is used for authentication and configures the service for Key-Based Renewal of the certificate.
77
+
This command installs the Certificate Enrollment Policy Web Service specifying that a username and
78
+
password is used for authentication and configures the service for Key-Based Renewal of the
79
+
certificate.
56
80
57
81
## PARAMETERS
58
82
59
83
### -AuthenticationType
84
+
60
85
Specifies the authentication type used by the Certificate Enrollment Policy Web Service.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
210
+
211
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
* Ensure you run Windows PowerShell as an administrator. You can use the *Force* parameter to bypass the prompt for confirmation.
195
231
196
-
To see parameters, run the following command: `Install-AdcsEnrollmentPolicyWebService -?`
232
+
- Ensure you run Windows PowerShell as an administrator. You can use the **Force** parameter to
233
+
bypass the prompt for confirmation. To see parameters, run the following command:
234
+
`Install-AdcsEnrollmentPolicyWebService -?`
197
235
198
-
* You can get the CA configuration, which is the computer name and CA name by running certutil without any parameters. You can see the certificate SSL certificate thumbprints assigned to the local computer by running the following commands:
199
-
- `cd cert:\LocalMachine\My`
200
-
- `dir | format-list`
236
+
- You can get the CA configuration, which is the computer name and CA name by running certutil
237
+
without any parameters. You can see the certificate SSL certificate thumbprints assigned to the
0 commit comments