On Premise attributes not updating properly

I've run into this problem a few times during recent migrations, so I've started incorporating the script blocks below into my migration scripts to make sure that I have a consistent experience with moving shared mailboxes, and enabling archive mailboxes. Issue: Sometimes msExchange attributes are not properly updated when a mailbox is moved in Exchange. … Continue reading On Premise attributes not updating properly

RetentionHoldEnabled Inconsistency

I ran into an issue today where we discovered that a subset of our users with mailboxes that had been migrated to Office 365 had Retention Hold enabled on their mailboxes - what was strange about this was that we hadn't set this at all during our migration, and it seemed to be randomly applied … Continue reading RetentionHoldEnabled Inconsistency

Migrating to Office 365: The Good, The Bad, and The Ugly

Last night marked the launch of a new Cloud / Office 365 user group hosted by the team at Long View Systems - I had the pleasure of being the inaugural speaker, and we ended up having a great discussion around the various migration strategies available when moving email into Exchange Online. It was awesome getting … Continue reading Migrating to Office 365: The Good, The Bad, and The Ugly

Find which server DirSync is installed on

As consultants, we often find ourselves in environments that haven't been properly managed, and usually not properly documented - which is generally why we get called in. In this particular situation, I was asked to install and configure DirSync / AAD Connect for a client - only to find out that it was already installed! … Continue reading Find which server DirSync is installed on

Enable OneDrive domain sync restrictions

One of the admin controls that has recently been added to OneDrive for Business is the ability to restrict file sync to only work on domain joined machines. Here's how you enable this: First, you need to get the domain GUID by running the following command in PowerShell: [powershell] $domains = (Get-ADForest).Domains; foreach($d in $domains) … Continue reading Enable OneDrive domain sync restrictions

Lessons Learned, SharePoint Online Edition

When you connect to as many different Office 365 tenancies as I do, it's easy to lose track of which tenant you're connecting to - especially if you're working on one project, but logging on to another tenant to test changes. Sure enough, I was testing OneDrive sync restrictions for a client, and I accidentally … Continue reading Lessons Learned, SharePoint Online Edition

Force ADFS Database Sync

This'll be a quick one - I ran into an issue last night where my secondary ADFS servers were not updating their database settings from the primary, and hadn't updated in over 10 days. This was causing problems, as I had made some changes to ADFS to configure Yammer SSO, and the correct claims rules … Continue reading Force ADFS Database Sync

OST is in use and cannot be accessed

I ran into this weird error after deploying Office 365 Pro Plus with Skype for Business - it only affected a few users, but it was incredibly annoying, and the error message was somewhat misleading:   Other times we'd see this error:   After doing a bit of research, it turned out that these errors … Continue reading OST is in use and cannot be accessed

Creating OME Transport Rules

Once you've enabled Azure Rights Management in the Office 365 portal and configured your tenant, your next step is to create transport rules that will encrypt (and optionally decrypt) email messages based on the settings you choose. Start by going to the Exchange Admin Center, and click on Mail Flow, then Rules. Click the + … Continue reading Creating OME Transport Rules