From e6cdde5ad7535bef53d49c2fac9c35666706968f Mon Sep 17 00:00:00 2001 From: Bobban Date: Mon, 22 May 2023 05:10:26 +0200 Subject: [PATCH] Added Sharepoint & structured install module --- PowerShell/Install-Modules.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PowerShell/Install-Modules.ps1 b/PowerShell/Install-Modules.ps1 index dffd5ac..68c438a 100644 --- a/PowerShell/Install-Modules.ps1 +++ b/PowerShell/Install-Modules.ps1 @@ -1,3 +1,11 @@ +# Active Directory - Local Install-module ActiveDirectory + +#Exchange Online Install-module ExchangeOnlineManagement + +#Azure Install-Module Az + +# SharePoint Online +Install-Module -Name Microsoft.Online.SharePoint.PowerShell