From edc057264d8423d8d297a15e2804566e3e29546b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Frange=C5=BE?= Date: Wed, 17 Jun 2026 13:10:31 +0200 Subject: [PATCH] website/integrations: microsoft 365: add missing msgraph scope (#23158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing MS Graph Scope Signed-off-by: Miha Frangež --- website/integrations/platforms/microsoft/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"