PowerShell Script to Generate Reports for New, Changed, and Deleted Groups in Office 365

Iron Contributor

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.

 

get-o365groupreport-sample-report-1024x747

 

 You can download the script from the TechNet Script Gallery or GitHub, and read more on the Practical 365 web site.

3 Replies
I tried this Script by Paul. It works really really great.

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.

Great report, thanks for creating it and sharing it with the community Paul & Chris