msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
List All Rooms using PowerShell SDK
Please update the PowerShell SDK to allow the ability to List all the rooms defined in the tenant.
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"
duplicate #423