OneDrive – Replace ownership with PowerShell

If you need take ownership of an employees OneDrive, run the following PowerShell code.
Some requirements before running the script.

  • Azure Active Directory PowerShell Module: https://msdn.microsoft.com/en-us/library/azure/jj151815(v=azure.98).aspx
  • SharePoint Online Management Shell: https://www.microsoft.com/en-us/download/details.aspx?id=35588

Read More

SharePoint – Disable throttling on a list

If you ever need to disable SharePoint throttling on a specific list instead of the whole web-application.

Read More

Exchange – Event ID 106 – Performance Counter Updating Error

Here’s just a quick post on removing the Event ID error 106 from your application logs on Exchange Servers.

You will properly at some point see the following in your event log:

This is caused because the performance counters cannot be loaded properly.

To correct this, do the following.

Read More

Disabled/Disconnected mailboxes with PowerShell

Have you ever wanted to get all disconnected mailboxes from Exchange?

Here is a “short” PowerShell syntax, for exactly that:

It checks only the mailbox servers in your Exchange farm, and finds the disconnected/disabled mailboxes.