Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winrm-with-certificate-authority/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Register-PSSessionConfiguration Microsoft.Powershell32 -processorarchitecture x8
Find the certificate thumbprint of your root CA (My AutoPilot root CA, line 8 in the example) in the cert store:

```powershell
PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-ChildItem -Path cert:\LocalMachine\Root
Get-ChildItem -Path cert:\LocalMachine\Root

Thumbprint Subject
---------- -------
Expand Down