Forum Discussion

ali ali's avatar
ali ali
Brass Contributor
Feb 01, 2019

Details for all room mailbox

Hello ,

 

when i try via Powershell to display all the room mailbox details  in our office 365 , i dont see all of them and i dont see more details , this is my command :

 

PS C:\WINDOWS\system32> Get-Mailbox | Where {$_.ResourceType -eq "Room"}

 

Name   Alias  Database   ProhibitSendQuota    ExternalDirectoryObjectId
---- ----- -------- -------  ---------- -------------    ------------

 

 

Regards

    • ali ali's avatar
      ali ali
      Brass Contributor

      thanks for this command . but i can not export capacity and Professional Mobile details from this command .Get-Mailbox -Filter '(RecipientTypeDetails -eq "RoomMailBox")' | Select *

       

      Name,Location,Professionnal Mobile,Room Capacity 

       

      any idea?

      • The "capacity" attribute is called ResourceCapacity. No idea what "Professional mobile" is supposed to be.

Resources