Quantcast
Viewing all articles
Browse latest Browse all 11

PowerShell: About SessionConfiguration and how to change them

Remote Access Without Admin Privileges

In PowerShell v.2, remote access is available only to users who hold local administrator privileges. So, even if you do have appropriate remote access to a machine, , you cannot remotely access the system if you are not an Admin. This is not a technical limitation, though, just a safe default. You should use this line to change it :

Set-PSSessionConfiguration -Name Microsoft.PowerShell -showSecurityDescriptorUI


Viewing all articles
Browse latest Browse all 11

Trending Articles