Forum Discussion
Groups Lifecycle / Archiving / Moving
You could easily take the script posted at https://gallery.technet.microsoft.com/Check-for-obsolete-Office-c0020a42 (to identify obsolete groups) and modify any group deemed to be obsolete or suitable for archiving as you want.
- Change the name
- Hide the group from address lists
- Remove all the members
- Send a note to members to tell them that the group is now closed
You don't need to delete the group because you might want its content for compliance purposes.
Hello, so the remove members and hide group is still the goto-archiving-method?
Do I see this correctly, that a user that wants to restore access to group, needs to ask an administrator to add him again?
Isnt there a way to reduce the group clutter but still grant easy access to "archived" groups when needed?
- TonyRedmondOct 26, 2016MVP
Certainly you can close down a group by removing all users from the membership list and hiding it from the GAL. In effect, you put the group into an "inactive" status. Later on, you can remove the group if you don't want to keep it around, perhaps by running a PowerShell script to look for inactive groups and deleting those who are found. Microsoft is due to introduce a policy-based method to do this by assigning groups a lifecycle period. When a group's lifecycle period expires, the owner receives a message to renew the "lease" on the group and extend its lifetime. If they want, the owner can decide to have the group removed at that point.
If you put a group into inactive status and discover later on that you need to resurrect the group, you unhide the group to reveal it in the GAL and add whoever needs to access the group to the membership list.
- Joseph BolandAug 10, 2017Brass Contributor
Juan Carlos González recently published advice similar to Tony's but with additional elements:
- Remove all owners from the group’s membership list.
- Remove all users from the group’s membership list.
- Add a new group owner. Ideally, this should be a special compliance administration account instead of a tenant administrator.
- Ensure that the group is private so that its documents stay invisible to Delve or other searches.
- Block email by changing the group primary SMTP address and set RequireSenderAuthenticationEnabled property to $True to stop Exchange Online accepting any external email sent to the group.
- Hide the group so that it does not appear in the GAL and other address lists
This can be found at https://reoffice365.com/is-it-possible-to-archive-any-office-365-group-not-required-in-use-anymore-92bd5083b8bf
- TonyRedmondAug 10, 2017MVP
This is precisely the list that I publish in Chapter 15 of "Office 365 for IT Pros", which is what JCM notes in his blog...