PLACES

MicrosoftPlaces PowerShell Module 2.1.3 has been Released

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

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

MicrosoftPlaces PowerShell Module 2.1.0 has been Released

MicrosoftPlaces PowerShell Module 2.1.0 has been Released

Hi All,

Two days ago, a new Version of the MicrosoftPlaces PowerShell Module has been released.

Note: This PowerShell Module Requires PowerShell 7 and newer

Release Notes:

  • Set-PlacesSettings: Deprecate the PlacesEnabled and Entitlement parameters

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

Microsoft Places Management web portal

Microsoft Places Management web portal

Hi All,

Almost a Month ago, Microsoft has released the Messace Center Information MC1122163 about the Microsoft Places Management web portal.

Now i finally found time to write a Blog Article about it.

I have already blogged about How to Enable Places. You will need the latest MicrosoftPlaces PowerShell Module.

To manage Places you need the Entra Role “Global Administrator” or “Exchange Administrator”.

And there is now a new Entra ID Role “Places Administrator”.

MicrosoftPlaces PowerShell Module 2.0.6 has been Released

MicrosoftPlaces PowerShell Module 2.0.6 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

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

MicrosoftPlaces PowerShell Module 2.0.4 has been Released

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

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

MicrosoftPlaces PowerShell Module 2.0.0 has been Released

MicrosoftPlaces PowerShell Module 2.0.0 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

Release Notes:

  • Add support for setting Mode(Reservable, DropIn, Assigned and Unavailable) by Set-PlaceV3 and New-Place cmdlet. Mode default value is Unavailable.
  • Add support for creating room and workspace by New-Place cmdlet.
  • Add support for auto creating mailbox for reservable places.
  • Import-MapCorrelations: Add ‘bearing’ and ‘rotation’ support for fixture and level features, also enable customized properties.
  • Use gRPC streaming in Get-PlaceV3 to resolve the response size limit issue.

MicrosoftPlaces 1.2.0 Preview

MicrosoftPlaces 1.2.0 Preview

Hi All,

I few days ago, Microsoft has released a Preview Version of the MicrosoftPlaces PowerShell Module.

MicrosoftPlaces 1.2.0-alpha

Release Notes:

  • 1.2.0 Add-WifiDevices: Fix current directory issue and refine output messages.
  • 1.1.0 Add-WifiDevices: Introduces a new cmdlet to upload Wi-Fi devices in bulk to the Device Inventory.

You need to use the -Prerelease Parameter to list Preview Versions of a PowerShell Module

Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser
Find-PSResource -Name MicrosoftPlaces -Prerelease

Microsoft Places will be rolled out soon

Microsoft Places will be rolled out soon

Hi All,

In the M365 Message Center is the annoucement that in December Microsoft Places will be rolled out in early December.

I’ve already blogged about Microsoft Places Preview a few months ago.

In the past Weeks the Microsoft Places Licencse has been rolled out to all Tenants

List Service Plans of an SKU with Microsoft.Graph PowerShell

Connect-MgGraph -Scopes Directory.Read.All -NoWelcome
Get-MgSubscribedSku | ft SkuId, SkuPartNumber, ServicePlans
Get-MgSubscribedSku | where {$_.SkuPartNumber -eq "ENTERPRISEPACK"} | select -ExpandProperty ServicePlans