From f214c60e79ca0a808aaf07f5cfbd70f27bec29a9 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 14 Oct 2024 13:51:06 +0800 Subject: [PATCH] Update use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md User admin is not sufficient to deploy the add-in, either Global Admin or Exchange admin shall be able to deploy. Correct the content to avoid confusion --- ...ralized-deployment-powershell-cmdlets-to-manage-add-ins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft-365/enterprise/use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md b/microsoft-365/enterprise/use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md index b329d988a63..1096ee73512 100644 --- a/microsoft-365/enterprise/use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md +++ b/microsoft-365/enterprise/use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md @@ -42,13 +42,13 @@ Before you can use the Centralized Deployment cmdlets, you need to sign in. 1. Start PowerShell. -2. Connect to PowerShell by using your **User Admin** credentials. Run the following cmdlet. +2. Connect to PowerShell by using your **Global Admin** credentials. Run the following cmdlet. ```powershell Connect-OrganizationAddInService ``` -3. In the sign in prompt that opens, select or enter your Microsoft 365 **User Admin** credentials. +3. In the sign in prompt that opens, select or enter your Microsoft 365 **Global Admin** credentials. > [!NOTE] > For more information about using PowerShell, see [Connect to Microsoft 365 with PowerShell](./connect-to-microsoft-365-powershell.md).