To Administer | Module Name | Stable Version | How To Install | Preview Version | How To Install | How to Connect | Works in PS7? |
---|---|---|---|---|---|---|---|
Microsoft Teams | MicrosoftTeams | 4.3.0 | Install-Module -Name MicrosoftTeams |
4.3.1-preview | Install-Module MicrosoftTeams -RequiredVersion 3.0.1-preview -AllowPrerelease |
Connect-MicrosoftTeams More methods |
No |
Exchange Online | ExchangeOnlineManagement | 2.0.5 | Install-Module -Name ExchangeOnlineManagement |
2.0.6-Preview6 | Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.6-Preview5 -AllowPrerelease |
Connect-ExchangeOnline More methods |
Yes |
Security & Compliance | ExchangeOnlineManagement | 2.0.5 | Install-Module -Name ExchangeOnlineManagement |
2.0.6-Preview6 | Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.6-Preview5 -AllowPrerelease |
Connect-IPPSSession More methods |
Yes |
SharePoint Online | Microsoft.Online.SharePoint.PowerShell | 16.0.22413.12000 | Install-Module -Name Microsoft.Online.SharePoint.PowerShell |
N/A | N/A | Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential admin@contoso.com More methods |
No |
Azure AD | AzureAD | 2.0.2.140 | Install-Module -Name AzureAD |
See next row | N/A | Connect-AzureAD More methods |
No |
Azure AD | AzureADPreview | 2.0.2.149 | Install-Module -Name AzureADPreview |
N/A | N/A | Connect-AzureAD More methods |
No |
Azure Az PowerShell | Az | 7.5.0 | Install-Module -Name Az |
N/A | N/A | Connect-AzAccount More methods |
Yes |
Whiteboard | WhiteboardAdmin | 1.6.0 | Install-Module -Name WhiteboardAdmin |
N/A | N/A | Every cmdlet forces Auth prompt | No |
MSOnline | MSOnline | 1.1.183.66 | Install-Module -Name MSOnline |
N/A | N/A | Connect-MSolService More methods |
No |
SharePoint Migration Tool | Microsoft.SharePoint.MigrationTool | 3.4.121.7 | Install-Module -Name Microsoft.SharePoint.MigrationTool |
3.5.123.1 | Tricky, see here and here | Register-SPMTMigration More info |
No |
Rollup module for Power BI Cmdlets | MicrosoftPowerBIMgmt | 1.2.1077 | Install-Module -Name MicrosoftPowerBIMgmt |
N/A | N/A | Connect-PowerBIServiceAccount More info |
No |
PowerApps (Administrator) | Microsoft.PowerApps.Administration.PowerShell | 2.0.147 | Install-Module -Name Microsoft.PowerApps.Administration.PowerShell |
N/A | N/A | Add-PowerAppsAccount (Run as Administrator) More methods |
No |
PowerApps (Maker) | Microsoft.PowerApps.PowerShell | 1.0.20 | Install-Module -Name Microsoft.PowerApps.PowerShell |
N/A | N/A | Add-PowerAppsAccount (Run as Administrator) More methods |
No |
MS Commerce | MSCommerce | 1.7 | Install-Module -Name MSCommerce |
N/A | N/A | Connect-MSCommerce More methods |
No |
Microsoft Graph services | Microsoft.Graph | 1.9.6 | Install-Module -Name Microsoft.Graph |
N/A | N/A | Connect-MgGraph More methods |
Yes |
Universal Print | UniversalPrintManagement | 1.11.0 | Install-Module -Name UniversalPrintManagement |
N/A | N/A | Connect-UPService More methods |
No |
Do you think a module is missing or has incorrect information? Please, let me know, either creating an issue or a pull request against this page.
Looking for a complete list of Microsoft 365/Azure portals? Check out https://msportals.io by Adam Fowler.
Am I running the most up-to-date version?
You can use the following PowerShell one-liner to check:
Get-Module -ListAvailable MicrosoftTeams,ExchangeOnlineManagement,Microsoft.Online.SharePoint.PowerShell,AzureAD,AzureADPreview,Az,WhiteboardAdmin,MSOnline,Microsoft.SharePoint.MigrationTool,MicrosoftPowerBIMgmt,Microsoft.PowerApps.Administration.PowerShell,Microsoft.PowerApps.PowerShell,MSCommerce,Microsoft.Graph,UniversalPrintManagement | Format-Table Name,Version