Feb 01 2019 08:39 AM
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
Feb 01 2019 08:52 AM
Feb 04 2019 02:44 AM - edited Feb 04 2019 02:45 AM
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?
Feb 04 2019 09:31 AM
The "capacity" attribute is called ResourceCapacity. No idea what "Professional mobile" is supposed to be.
Feb 05 2019 08:11 AM
it's not working with RessourceCapacity .nothing sorted out , the field is empty !! but checking in outlook adress book it's filed .
Aug 01 2019 04:54 AM
Hello @Vasil Michev
Is there any way to list users who have booked a room for a specific date please ?
I dont' find something talking about this topic