Where are the attributes for room mailbox stored?

421

I know this is an old question, but I just had to look up the same thing.

You can verify that an AD account has become a room mailbox by checking the following attributes: msExchResourceMetaData -> ResourceType:Room

msExchResourceDisplay -> Room

msExchResourceSearchProperties -> Room

If you're trying to access the actual capabilities of the room (or other room attributes), you'll need to look at either msExchRecipientDisplayType or msExchResourceCapacity. The information in these tags is not very human-readable.

Here's a related question regarding those capability attributes: https://stackoverflow.com/questions/1588849/accessing-custom-resource-properties-of-a-resource-mailbox-in-active-directory

You may also wish to refer to TechNet: https://technet.microsoft.com/en-us/library/ee633491(v=exchg.150).aspx - The section called Resource mailbox attributes covers these settings slightly.

(For my conference rooms in Exhcange 2010, the msExchRecipientDisplayType is set to 7)

Share:
421

Related videos on Youtube

Abderrahmen Mhemed
Author by

Abderrahmen Mhemed

Updated on September 18, 2022

Comments

  • Abderrahmen Mhemed
    Abderrahmen Mhemed over 1 year

    Hello I'm trying to set up my aws instance and deploy my mern app (Its not a static app) but I've found so many people doing different stuff and it got me a little bit confused, can anyone explains to me the process that I will have to go through to have a functional deployed mern app with aws? There is no need to go in details I just need someone to explain to me the basics.

  • Abderrahmen Mhemed
    Abderrahmen Mhemed about 4 years
    Thank you for your answer, just a quick question, do you recomend using windows server or ubuntu instance?
  • Nayan
    Nayan about 4 years
    That is totally based on personal choice but I always use ubuntu ... No experience with windows so can't ans that