Forum Discussion
nj32lmc
Neophyte
4 months agoFor 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
- 4 months ago