- Directory.ReadWrite.All
- Group.ReadWrite.All
- GroupMember.ReadWrite.All
- RoleManagement.ReadWrite.Directory
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This edge is created during post-processing.
$MGToken = Get-MSGraphTokenWithClientCredentials `
-ClientID "34c7f844-b6d7-47f3-b1b8-720e0ecba49c" `
-ClientSecret "asdf..." `
-TenantName "contoso.onmicrosoft.com"
Add-AZMemberToGroup `
-PrincipalID = "028362ca-90ae-41f2-ae9f-1a678cc17391" `
-TargetGroupId "b9801b7a-fcec-44e2-a21b-86cb7ec718e4" `
-Token $MGToken.access_token