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 example authenticates the URL using the machine account and Windows integrated authentication and submits a request for a machine certificate of template named WorkstationTemplate.
@@ -92,33 +86,25 @@ This example authenticates the URL using the machine account and Windows integra
92
86
```
93
87
PS C:\>Set-Location -Path cert:\CurrentUser\My
94
88
95
-
96
-
97
-
PS C:\>Get-Certificate -Template User -Url ldap:
89
+
PS cert:\CurrentUser\My>Get-Certificate -Template User -Url ldap:
98
90
```
99
91
100
92
This example uses Windows integrated authentication to enroll for a certificate of template User using direct DCOM calls to the CA.
0 commit comments