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