From 10c6961c69ade2392f1fa9d2f116667292cbab48 Mon Sep 17 00:00:00 2001 From: frenzied-state <98334425+frenzied-state@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:30:29 -0400 Subject: [PATCH] Update turn-off-directory-synchronization.md Updated line 43 to reflect the actual command used in the PS script. --- microsoft-365/enterprise/turn-off-directory-synchronization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-365/enterprise/turn-off-directory-synchronization.md b/microsoft-365/enterprise/turn-off-directory-synchronization.md index 3ba7750fa0a..4a7dfd5e142 100644 --- a/microsoft-365/enterprise/turn-off-directory-synchronization.md +++ b/microsoft-365/enterprise/turn-off-directory-synchronization.md @@ -40,7 +40,7 @@ To turn off Directory synchronization: 1. First, install the required software and connect to your Microsoft 365 subscription. For instructions, see [Connect with the Microsoft Graph PowerShell module for Windows PowerShell](/microsoft-365/enterprise/connect-to-microsoft-365-powershell#connect-with-microsoft-graph-powershell). -2. Use **Update-MgBetaOrganization** to disable directory synchronization: +2. Use **Update-MgOrganization** to disable directory synchronization: ```powershell # Install v1.0 and beta Microsoft Graph PowerShell modules