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
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