Forum Discussion
PowerShell Script to Generate Reports for New, Changed, and Deleted Groups in Office 365
Get-O365GroupReport.ps1 is a PowerShell script for administrators to generate reports about the Groups in their Office 365 tenant. The script stores information about the Groups that were found in a tenant, and uses that information to determine which groups are new, modified, or deleted since the last report was generated.
You can download the script from the https://gallery.technet.microsoft.com/office/Office-365-Groups-Report-7e3e161b or https://github.com/cunninghamp/Office365GroupsReport/releases, and read more on the http://practical365.com/collaboration/groups/powershell-script-generate-reports-groups-office-365/ web site.
3 Replies
- cfiessinger
Microsoft
Great report, thanks for creating it and sharing it with the community Paul & Chris - AnonymousI tried this Script by Paul. It works really really great.
- Paul CunninghamIron Contributor
Thanks for the feedback Vinod. Chris and I are both working on this one, it just happens that places like the TechNet Script Gallery don't seem to make it easy to credit multiple contributors.