MicrosoftPlaces PowerShell Module 2.1.9 has been Released
Hi All,
Today Microsoft has released a new Version of the MicrosoftPlaces PowerShell Module.
- PowerShell Gallery MicrosoftPlaces 2.1.7
There are no new release notes since 2.1.8
I have used my M365PSProfile Module - find the Documentation here: GitHub Documentation
# Install-PSResource -Name M365PSProfile
# Add-M365PSProfile
Install-M365Module
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser
Find-PSResource -Name MicrosoftPlaces
List the Commandlets of the Module
Get-Command -Module MicrosoftPlaces
Show the current Configuration of Places (You need to be Exchange Administrator or Places Administrator)
Note that the “Object reference not set to the instance of an Object” Error from 2.1.7 and 2.1.8 has been fixed MicrosoftPlaces PowerShell Module 2.1.7
Connect-MicrosoftPlaces
Get-PlaceV3 | ft
Good Job 😍
Regards
Andres Bohren







