12 lines
224 B
PowerShell
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
|