diff --git a/website/integrations/platforms/microsoft/index.md b/website/integrations/platforms/microsoft/index.md index d051b352a1..ad6afbf914 100644 --- a/website/integrations/platforms/microsoft/index.md +++ b/website/integrations/platforms/microsoft/index.md @@ -196,7 +196,7 @@ Domain creation and DNS verification are outside the scope of this guide. Ensure ```powershell showLineNumbers # 1. Connect to Microsoft Graph -Connect-MgGraph -Scopes "Domain.ReadWrite.All" +Connect-MgGraph -Scopes "Domain.ReadWrite.All", "Directory.AccessAsUser.All" # 2. Define all variables $domain = "domain.company"