Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Handle GPO
- https://4sysops.com/archives/administering-group-policy-with-powershell/
- https://blog.netwrix.com/2019/04/11/top-10-group-policy-powershell-commands/
- Add users list to a GPO :
- import-csv C:\users.csv | foreach{set-GPPermission -Name "outlook anywhere" -TargetName $_.samaccountname -PermissionLevel GpoApply -TargetType User -Verbose }
Add Comment
Please, Sign In to add comment