Office 365 Groups - Quickly find the GUID of a O365 Group
Looking for the GUID for a Office 365 Group and finding it slightly painful with PowerShell?
Here's my trick for quickly finding it.
I use Microsoft's Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer
- Navigate to the Graph Explorer & click the Sign-In button in left-navigation
- Click the 'Show More Examples' link in the left-navigation
- Select 'Groups' from the right-hand popout
- Now you should be able to click 'All Groups in my organization' on the left hand nav. (You may need to add the permission 'Directory.Read.All' to your account.
- Use Ctrl+F in the response pane to quickly find the group and grab it's ID
Comments
Post a Comment