https://github.com/ttab/exchperm
https://github.com/ttab/exchperm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttab/exchperm
- Owner: ttab
- Created: 2016-08-12T13:39:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T14:12:03.000Z (over 9 years ago)
- Last Synced: 2025-09-06T18:02:18.263Z (10 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
-----------
Script loops through all sec groups within a specific OU and enables full / send access for all members to mailbox which is specified in the group descriptions field with the SMTP adress.
Script removes access to the mailbox if users is removed from sec group.
Requirement
-----------
Description field on the AD-object ( the shared mailbox user ) is going to be used to save the " uSNChanged " value from sec group. So the script can match the current value on group. This way the script dont need to run the whole script, only if the sec groups have been modified.