Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucdavis/gpos_permissions_project
Grant new uConnect Managed Group access to department GPOs
https://github.com/ucdavis/gpos_permissions_project
active-directory grouppolicy powershell
Last synced: 22 days ago
JSON representation
Grant new uConnect Managed Group access to department GPOs
- Host: GitHub
- URL: https://github.com/ucdavis/gpos_permissions_project
- Owner: ucdavis
- Created: 2022-02-22T16:21:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T15:44:50.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T19:42:32.078Z (29 days ago)
- Topics: active-directory, grouppolicy, powershell
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GPOs Permissions Project
This project solution is based upon two scripts.
One to report the current permission level granted to a specific AD group on each GPO assigned to OUs in a department OU.
The second script will add permissions for the new admin group by taking the GPO Ids from the report of the first script and configuring the required settings.
Additionally, we had to fix permissions granted to individual admins. Those scripts are located in a sub directory.
### Requirements
The PowerShell Active Directory and Group Policy Modules must be installed on the system.