M365 and Azure Powershell Modules : Am I running the most up-to-date version?

 Hello All

Hope you are doing well. Today we are going to see one  simple powershell command in Microsoft 365 and Azure




Sometimes we may  think about what are the Powershell modules are i installed in my laptop / PC and  Am I running the most up-to-date version?

 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,Microsoft365DSC,PnP.PowerShell,MSIdentityTools,AIPService | Format-Table Name,Version.


Name                                   Version

----                                   -------

AzureADPreview                         2.0.2.149

ExchangeOnlineManagement               3.4.0

ExchangeOnlineManagement               3.0.0

ExchangeOnlineManagement               2.0.3

MicrosoftTeams                         5.6.0

MicrosoftTeams                         4.9.1

MicrosoftTeams                         4.6.0

MicrosoftTeams                         4.5.1

MSCommerce                             1.10

PnP.PowerShell                         1.12.0

AIPService                             2.0.0.2

AzureAD                                2.0.2.140

ExchangeOnlineManagement               2.0.5

Microsoft.Graph                        1.16.0

Microsoft.Online.SharePoint.PowerShell 16.0.22615.12000

MicrosoftTeams                         5.0.0

MicrosoftTeams                         4.9.3

MicrosoftTeams                         4.5.0

MSOnline                               1.1.183.66

Microsoft.Online.SharePoint.PowerShell 16.0.23612.0


Hope this simple powershell helps for admins to administer Microsoft 365 and Azure. Happy Learning 😃

Comments