MicrosoftPlaces PowerShell Module 2.1.3 has been Released
Hi All,
A day ago, a new Version of the MicrosoftPlaces PowerShell Module has been released.
Note: This PowerShell Module Requires PowerShell 7 and newer
- PowerShell Gallery MicrosoftPlaces 2.1.3
Release Notes:
- Set-PlaceV3: Add new parameter -IsHeightAdjustable
- Get-PlaceV3: Add new parameter -IsHeightAdjustable
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
Uninstall-PSResource -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
Get-InstalledPSResource -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
Let’s test the new Parameter
Set-PlaceV3 -Identity 748f6759-05de-45c7-8ea1-b5cfefcc14a4 -IsHeightAdjustable $true
Get-PlaceV3 -Identity 748f6759-05de-45c7-8ea1-b5cfefcc14a4 | fl
Regards
Andres Bohren









