MicrosoftPlaces PowerShell Module 2.1.7 has been Released

MicrosoftPlaces PowerShell Module 2.1.7 has been Released

Hi All,

Today Microsoft has released a new Version of the MicrosoftPlaces PowerShell Module.

Release Notes:

  • 2.1.7 Get-PlaceV3: Expose new property IsAutoGenerated to show whether the place is auto-created by Microsoft

I have used my M365PSProfile Module - find the Documentation here: GitHub Documentation

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)

Connect-MicrosoftPlaces
Get-PlaceV3 | ft

List a single Object to verify the Attribute “IsAutoGenerated” is there

Get-PlaceV3 -Identity Workspace01 | fl

Regards
Andres Bohren

PowerShell Logo

Places Logo