msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

List All Rooms using PowerShell SDK

Open TREYNOL1 opened this issue 3 years ago • 1 comments

Please update the PowerShell SDK to allow the ability to List all the rooms defined in the tenant.

TREYNOL1 avatar Sep 06 '22 15:09 TREYNOL1

Thanks @TREYNOL1, this has been noted and we will work towards having this feature in a future release. Meanwhile you can try getting those rooms by using the below command

Invoke-MgGraphRequest -OutputType Json -Uri "https://graph.microsoft.com/v1.0/places/microsoft.graph.room"

timayabi2020 avatar Sep 07 '22 19:09 timayabi2020

duplicate #423

ddyett avatar Nov 10 '22 17:11 ddyett