Modify
Enable/Disable Remoting
Security Descriptor
Set-PSSessionConfiguration -Name Microsoft.PowerShell -ShowSecurityDescriptorUIAuthentication
winrm set winrm/config/service/Auth '@{Basic="true"}'winrm set winrm/config/client/Auth '@{CredSSP="true"}'Encrypted Traffic
Firewall
TrustedHosts
Last updated