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]
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]
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]
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]
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]
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]
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]
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 |
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]
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]
Sometimes when doing mailbox testing it's necessary to actually bloat a mailbox for the purposes of benchmarking the speed of a mailbox move to Office 365, rather than risk sending sensitive data, … [Keep Reading]