Skip to content

Instantly share code, notes, and snippets.

@rjesh-git
Last active November 8, 2017 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjesh-git/828a9fa451da892fea5d0ea67ec964a9 to your computer and use it in GitHub Desktop.
Save rjesh-git/828a9fa451da892fea5d0ea67ec964a9 to your computer and use it in GitHub Desktop.
Get all Office 365 groups in tenant
$scopes = @("Group.Read.All")
Connect-PnPMicrosoftGraph -Scopes $scopes
Get-PnPUnifiedGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment