MicrosoftPlaces PowerShell Module 2.0.4 has been Released

Hi All,
Yesterday a new Version of the MicrosoftPlaces PowerShell Module has been released.
Note: This PowerShell Module Requires PowerShell 7 and newer
- PowerShell Gallery MicrosoftPlaces 2.0.4
Release Notes:
- The realease Notes have not been updated
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser
Find-PSResource -Name MicrosoftPlaces
Uninstall old Version
Unistall-PSResoucre -Name MicrosoftPlaces -Scope CurrentUser
I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode. It will delete the Module Folder of that Module.
Uninstall-M365Module -Modules MicrosoftPlaces -Scope CurrentUser -FileMode
Install new Version from PowerShell Gallery
Install-PSResource -Name MicrosoftPlaces -Scope CurrentUser
List all the Commands from the Module
Get-Command -Module MicrosoftPlaces
Show the current Configuration of Places (You need to be Exchange Administrator or Places Administrator)
Connect-MicrosoftPlaces
Get-PlaceV3 | ft
Regards
Andres Bohren