Skip to content

Commit b8630aa

Browse files
Merge pull request #12959 from msbemba/patch-1660
Update use-the-centralized-deployment-powershell-cmdlets-to-manage-ad…
2 parents 1574d10 + 5994cb6 commit b8630aa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

microsoft-365/enterprise/use-the-centralized-deployment-powershell-cmdlets-to-manage-add-ins.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ description: "Use the Centralized Deployment PowerShell cmdlets to help you depl
2828

2929
# Use the Centralized Deployment PowerShell cmdlets to manage add-ins
3030

31-
As a Microsoft 365 user admin, you can deploy Office Add-ins to users via the Centralized Deployment feature (see [Deploy Office Add-ins in the admin center](../admin/manage/manage-deployment-of-add-ins.md)). In addition to deploying Office Add-ins via the Microsoft 365 admin center, you can also use Microsoft PowerShell. Install the [O365 Centralized Add-In Deployment Module for Windows PowerShell](https://www.powershellgallery.com/packages/O365CentralizedAddInDeployment).
31+
As a Microsoft 365 global admin, you can deploy Office Add-ins to users via the Centralized Deployment feature (see [Deploy Office Add-ins in the admin center](../admin/manage/manage-deployment-of-add-ins.md). In addition to deploying Office Add-ins via the Microsoft 365 admin center, you can also use Microsoft PowerShell.
3232

33-
After you download the module, open a regular Windows PowerShell window and run the following cmdlet:
33+
Open a regular Windows PowerShell window and run the following cmdlet to install the module:
34+
35+
```powershell
36+
Install-Module -Name O365CentralizedAddInDeployment
37+
```
38+
Run the following cmdlet to import the module:
3439

3540
```powershell
3641
Import-Module -Name O365CentralizedAddInDeployment

0 commit comments

Comments
 (0)