WinRM – Allowing Local Users

Powershell command to allow local users to use WinRM:

New-ItemProperty -Path “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System” -Name “LocalAccountTokenFilterPolicy” -Value 1 -PropertyType DWord -Force

Leave a Reply

Your email address will not be published. Required fields are marked *