In my dev env I’m trying out protected users and their admin abilities.
I know that Protected Users put some restrictions on accounts ex. in terms of logon protocols, but I’m a bit confused with this behavior:
So if I Invoke-Command against “localhost” i get Access denied. If I do it against a remote system, I’m getting in. What is the technical reason for this to happen?