MSOnline Powershell Module 1.1.183.80 released
Hi All,
Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed.
- PowerShell Gallery MSOnline 1.1.183.80
It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024.
Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
Get-InstalledModule MSOnline
Find-Module MSOnline
Uninstall old PowerShell Module and install the new one
Uninstall-Module MSOnline
Install-Module MSOnline
Get-InstalledModule MSOnline
Some basic testing
Connect-MsolService
Get-MsolUser -UserPrincipalName <UserPrincipalName>
Disconnect-MsolService
Regards
Andres Bohren