Office365

Reference to msExchRemoteRecipientType values

Reference to msExchRemoteRecipientType values

Integrating an on-premise Active Directory and Exchange organization with Microsoft Cloud Services will require attention to new elements and details. As an example the list of object attributes in the on-premises Active Directory schema differs from the attributes in the Azure and Office 365 services directory platforms. An example is three critical values that are used by Exchange Server:

  • msExchRemoteRecipientType

  Exchange Server: msExchRemoteRecipientType

Object Type

msExchRemoteRecipientType (Decimal value)

Hex Value

ProvisionedMailbox  (Cloud Mailbox)

1

0x1

ProvisionedArchive  (Cloud Archive)

2

0x2

ProvisionedMailbox, ProvisionedArchive (Cloud Mailbox & Cloud Archive)

3

0x3

Migrated

4

0x4

Migrated, ProvisionedArchive (Migrated Mailbox & Cloud Archive)

6

0x6

DeprovisionMailbox

8

0x8

DeprovisionArchive

16

0x10

DeprovisionArchive, Migrated

20

0x14

RoomMailbox

32

0x20

Migrated, RoomMailbox

36

0x24

EquipmentMailbox

64

0x40

Migrated, EquipmentMailbox

68

0x44

SharedMailbox

96

0x60

Migrated, SharedMailbox

100

0x64

How to fetch shared mailboxes in exchange online having e5 licenses assigned to them so that i can convert to regular mailboxes.

Use Exchange Online Powershell and and msol PS module will get the ones licensed.

Get-ExoMailbox -ResultSize unlimited -RecipientTypeDetails SharedMailbox | get-msoluser | ?{$_.IsLicensed -eq $true }

So, that’s all in this blog. I will meet you soon with next stuff .Have a nice day !!!

Recommended contents

How to Check the Active Directory Database Integrity

Disabling and Enabling the Outbound Replication

DFS Replication Service Stopped Replication

What is Strict Replication Consistency

The replication operation failed because of a schema mismatch between the servers involved

Troubleshooting ad replication error 8418 the replication operation failed because of a schema mismatch between the servers

How to export replication information in txt file

Repadmin Replsummary

Enabling the outbound replication

Disabling and enabling replication on schema master domain controller

How to enable strict replication consistency

How to prevent lingering objects replication in active directory

AD replication process overview

How to force active directory replication

Change notification in replication process

How to check replication partner for a specific domain controller

dcdiag test replications

Guys please don’t forget to like and share the post.Also join our WindowsTechno Community and where you can post your queries/doubts and our experts will address them .

You can also share the feedback on below windows techno email id.

If you have any questions feel free to contact us on admin@windowstechno.com also follow us on facebook@windowstechno to get updates about new blog posts.

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

Was this article helpful?
YesNo

Vipan Kumar

He is an Active Directory Engineer. He has been working in IT industry for more than 10 years. He is dedicated and enthusiastic information technology expert who always ready to resolve any technical problem. If you guys need any further help on subject matters, feel free to contact us on admin@windowstechno.com Please subscribe our Facebook page as well website for latest article. https://www.facebook.com/windowstechno

Leave a Reply

Back to top button