I am trying to add a group of users into my trustedhost in WinRM configuration. It allowed me to add, but once I remove it, I am still able to access my server using my local computer.
I tried using this command
winrm set winrm/config/client '@{TrustedHosts="10.250.52.195/24"}'
I am not sure if this is working or not as I remove the trustedhosts I am still able to access my server using remote PowerShell. Wondering if anyone tried this before?