Many of my clients are making the move to the cloud for reasons that are technological, policy driven and budget driven. Whatever the reason it is my job to help them assess and perform a wide variety of functions when it comes to email and Online accessibility (ADFS/DirSync). Creating a mailbox archive has many benefits…
Category: Exchange
Microsoft Exchange Server
Staged Migrations – Tips and Tricks
There are several built-in migration types for Office 365: Cutover, Staged, Remote and IMAP. For older Exchange Servers, Staged and Cutover are your only choices. IMAP is usually reserved for your on-premises non-Exchange servers or for a move from a hosted provider. I covered a cutover migration in my last article and in this article…
Cutover Migration – Field Notes
In my job as a consultant, I get all kinds of customers, assignments and problems to resolve. My latest project was to perform a cutover migration for a client that was migrating email for a subsidiary or recently acquired company into the cloud. They wanted a move that was quick, easy and painless. While I…
Complete DAG Creation via PowerShell
While working on a couple of other parts to this script (automating DAG member addition), I decided to write a script that allowed for a Point A to Point B build of an Exchange Server 2013 DAG. The requirements I used were relatively simple: Create a File Share Witness Create the DAG – FSW, name…
Exchange Server Updates Released!
The latest updates for Exchange 2010 and 2013 are now out and published by Microsoft. Cumulative Update 8 for Exchange 2013 and Update Rollup 9 for Exchange 2010 SP3 were released today. These updates do include what I would consider ‘The Normal’ in that we have fixes, features and schema updates in the update. Exchange…
Lab Setup Script – Part 6 – Advanced Features 3
In Part 6 of my Lab Setup Script series, I will cover these topics: Mobile Device Policy Configuration OWA Policies – all options OWA Virtual Directory OWA Virtual Directory Permissions Custom apps This one took a bit more to write as I did not realize the amount of coding it would take to put in…
OWA Mailbox Policy Configuration – With PowerShell!
More PowerShell and more things to configure! So now that I have Mobile Device Mailbox Policies out of the way and a few other OWA vDir configuration options, I am now on to configuring OWA Mailbox Policies using PowerShell. Similar to the Mobile Device Mailbox Policy and the OWA Virtual Directory scripts I have, this…
Exchange 2013 and Network Ports – Documented! (Somewhat….)
One of the missing pieces of Exchange Server 2013 Documentation has appeared on TechNet recently. The Network ports for clients and mail flow in Exchange 2013 page in TechNet is a very informative look into the inner workings of Exchange Server 2013. A fellow Exchange MVP noted that as of March 3, 2015 the EWS…
Mobile Device Mailbox Policy – Change it with PowerShell!
Another post, another large PowerShell script. This script is an attempt to make modifying the Mobile Device Mailbox Policies. It is menu driven: … and provides access to all the settings that can be configured on the policy. Note that some changes could trigger an Enterprise CAL requirement, so plan ahead before making changes. The…
Changing OWA Authentication via PowerShell
Adding and removing authentication types for OWA may not be an everyday task, in fact these permissions may never change. However, if you need to change them, usually these need to be consistent for all servers hosting OWA. The same authentication types also need to be configured on the ECP Virtual directory as well. The…