When dealing with attributes synced to O365 via FIM \ DirSync \ AAD Sync, you will frequently encounter the msExchRemoteRecipient type attribute, previously empty in on-prem Exchange (only msExchRecipientTypeDetails and msExchRecipientDisplayType had … [Keep Reading]
Posts
What is this …. (FYDIBOHF23SPDLT)
You may notice that the Legacy Exchange DN value in onprem AD typically contains something like :
ou=External (FYDIBOHF23SPDLT)/cn=Recipients
Just in case you were curious, the FYDIBOHF23SPDLT value is a constant, it’s … [Keep Reading]
Provisioning Remote Object Types in Exchange Online
Many times, once a customer has migrated from Exchange on-premises to Exchange Online, they want to completely decommission ALL on-premises Exchange servers. The issue this presents is that on-prem AD is authoritative … [Keep Reading]
Migrating OnPrem DLs to Cloud DLs
If you find that you need to migrate an onprem DL into a cloud DL, you can use the script below….
<#
.SYNOPSIS
This command converts a Federated DL to a … [Keep Reading]
AD Attributes that are changed when a mailbox moves to Office 365
There’s not a lot of great documentation available on what values change when an on-prem mailbox moves to the cloud. The full list is below, but it’s important to note the following … [Keep Reading]
Get-MSOLUserWithValidationError
I sometimes find that the validation error detail in the portal is less than helpful, and getting the verbiage from powershell can be a bit tricky, so I wrote the following Powershell … [Keep Reading]
Get-O365user.ps1 = MSOLuser and EXOUser and EXOMailUser or EXOUserMailbox attributes combined!
Have you ever been troubleshooting Exchange Online (EXO) and MSOnline (Azure) objects and wished there was a way to aggregate all the data together into a single object that you could manipulate … [Keep Reading]
msExchRecipientTypeDetails
|
Object Type
|
RecipientTypeDetails (Decimal Value)
|
|
User Mailbox
|
1
|
|
Linked Mailbox
|
2
|
|
Shared Mailbox
|
4
|
|
Legacy Mailbox
|
8
|
|
Room Mailbox
|
16
|
|
Equipment Mailbox
|
32
|
|
Mail Contact
|
64
|
|
Mail-enabled User
|
128
|
|
Mail-enabled Universal Distribution |
Ugly GALsync
I often ( frequently, not someone who has lost his parents* ) find that while I am testing FIM joins and attribute flows, I would like to maintain contact objects in forest … [Keep Reading]
So what comes after the …
If you're like me, you constantly find yourself running powershell scripts and one or more array never returns the full list, it adds that pesky … whether or not you try the … [Keep Reading]
