Forum Discussion
Compile list of Office Groups to retrieve Name, Onwer, Creation- & Last modified date
What are the options (best method) to compile a list of Office Groups showing the Name, Owner, Creation- & Last modification date. Using power shell we can retrieve a list of all the Office Groups and the owner group by group(see URL). However we need a list retrieving the Office Group name, Owner, Creation- & Last Modification date (when new content was uploaded in the Group or when the group was used) in one view. https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-settings-v2-cmdlets
There are no direct properties that reflect last activity dates, you will have to use some workaround such as the one TonyRedmond has used in this script: https://gallery.technet.microsoft.com/Check-for-obsolete-Office-c0020a42
There are no direct properties that reflect last activity dates, you will have to use some workaround such as the one TonyRedmond has used in this script: https://gallery.technet.microsoft.com/Check-for-obsolete-Office-c0020a42
- EricDefermSteel ContributorGreat script, tx for referring.