Last active
November 8, 2017 20:59
-
-
Save rjesh-git/828a9fa451da892fea5d0ea67ec964a9 to your computer and use it in GitHub Desktop.
Get all Office 365 groups in tenant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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