Difference between revisions of "Install all modules for Azure and O365"
From MyWiki
(Created page with "<source lang="powershell"> Install-Module -Name AzureAD Install-Module -Name Az Install-Module -Name MSOnline Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2....") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<source lang="powershell"> | <source lang="powershell"> | ||
+ | #To find the version of powershell - Get-Host | Select-Object Version | ||
Install-Module -Name AzureAD | Install-Module -Name AzureAD | ||
Install-Module -Name Az | Install-Module -Name Az |
Latest revision as of 10:18, 10 March 2022
#To find the version of powershell - Get-Host | Select-Object Version Install-Module -Name AzureAD Install-Module -Name Az Install-Module -Name MSOnline Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5 Install-Module -Name Microsoft.Online.SharePoint.PowerShell Install-Module -Name PnP.PowerShell -RequiredVersion 1.9.0 Install-Module -Name Microsoft.Graph Install-Module -Name Microsoft.Graph.Intune Install-Module -Name MicrosoftTeams