Files
scripts/PowerShell/Install-Modules.ps1
2023-05-22 05:10:26 +02:00

12 lines
224 B
PowerShell

# Active Directory - Local
Install-module ActiveDirectory
#Exchange Online
Install-module ExchangeOnlineManagement
#Azure
Install-Module Az
# SharePoint Online
Install-Module -Name Microsoft.Online.SharePoint.PowerShell