Forum Discussion
nj32lmc
2 months agoNeophyte
For any of you who stumble on this. I used the "Windows_NonAdmin_Config.ps1" script on servers.
The script has: $SDDLToAppend = "(A;;LCRPRC;;;$UserSID)".ToString()
I had to change it to this: $SDDLToAppend = "(A;;LCRPRCLOCC;;;$UserSID)".ToString()
Related Content
- 2 months ago