Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:configuration_-_winrm [2021/10/25 11:58]
kopro
tutorial:adm:configuration_-_winrm [2024/01/29 07:56]
erbenr
Line 6: Line 6:
  
 ===== Check if Winrm is running ===== ===== Check if Winrm is running =====
- 
-Commands are executed in Windows powershell running as Administrator: 
 <code> <code>
  
Line 88: Line 86:
 </code> </code>
  
-  * CredSSP +  * CredSSP - HTTPS must be enabled - see steps below: [[.:configuration_-_winrm?#https_support|HTTPS setting]]
 <code> <code>
 +
 winrm set winrm/config/service/auth '@{CredSSP="true"}' winrm set winrm/config/service/auth '@{CredSSP="true"}'
 winrm set winrm/config/client/auth '@{CredSSP="true"}' winrm set winrm/config/client/auth '@{CredSSP="true"}'
  • by erbenr