Category: Exchange migrations

Exchange PowerShell Quickstart – Bonus

5th December, 2014

Over the past 5 episodes we have been covering all sorts of aspects of Exchange PowerShell fundamentals.  This week I want to give just a few extra hints and tips as you step into the brave world of Exchange PowerShell. Hint 1: Don’t abbreviate Abbreviation is fine when writing directly at the command line, since […]

Exchange PowerShell Quickstart – Part 5

28th November, 2014

Over the past four parts we have covered connecting to Exchange and discovering cmdlets in part 1. We explored the pipeline in part 2 followed by hash tables, arrays and variables in part 3, and flow control in terms of conditional and iterative processing in part 4. This week we are going to cover different […]

Exchange PowerShell Quickstart – Part 4

21st November, 2014

Over the past three parts we have covered connecting to Exchange and discovering cmdlets in part 1. We explored the pipeline in part 2 followed by hash tables, arrays and variables in part 3. This week we’re covering flow control in terms of conditional and iterative processing. We covered where (?) and foreach (%) as […]

Exchange PowerShell Quickstart – Part 3

31st October, 2014

Over the past two weeks we have covered connecting to Exchange and discovering cmdlets in part 1, and we explored the pipeline in part 2. This week we will be talking about hash tables, arrays and variables. Hash Tables The easiest way to picture a hash table is a list of attributes and their respective […]

Exchange PowerShell Quickstart – Part 2

24th October, 2014

Last week in part 1 we looked at the background on PowerShell, explored terminology and some basic commands. This week we are going to see how we combine commands together on the command line via ‘the pipeline’ The Pipeline The pipeline is just a single line of PowerShell with one or more | (pipe character) […]

Exchange PowerShell Quickstart – Part 1

17th October, 2014

Background As we know Microsoft is firmly banking on PowerShell to be THE way to manage all of their operating systems and services, and with good reason. PowerShell is the most powerful method Microsoft has developed to manage their products. The concepts are similar to Unix style shells but it is a little more easily […]

Cross forest in Exchange

3rd October, 2014

How to open a mailbox cross forest in Exchange We often migrate users between Exchange organisations/forests, or need to add coexistence between two or more Exchange organisations and forests.  The basic set up for coexistence includes the following: Network coexistence DNS coexistence AD Trust Autodiscover coexistence Synchronisation of GAL objects Accepted Domains Remote Domains Mail […]

Factors affecting Migration velocity

26th September, 2014

After a lot of experience in the field I’ve tried to bring together a bunch of items to consider when embarking on a Microsoft transformation. This blog is really directed at the Migration side of such a project, however many items are shared with coexistence.   The list may seem quite large, but in actual […]

Exchange Cascaded Folder Permission

19th September, 2014

If you have ever done delegation in Lotus Notes and were then migrated to Outlook you would have noticed one big difference…  cascaded permissions!!!  We have asked Microsoft why Outlook permissions behave so differently to NTLM permissions but we haven’t had an answer.  At the recent MEC a number of people were asking the same […]

Restoring a Disconnected Mailbox

5th September, 2014

 in Exchange I came across an issue at a client where for reasons as yet unknown about 15 users across various servers/databases in a single DAG suddenly had their mailboxes disconnected and a new one created. Now the mailboxes had different GUIDs of course, but they had the same LegacyExchangeDN and the users were now […]

Exchange Copy-MailboxFolderPermission

29th August, 2014

Are you sometimes asked by VIPs to get Folder Permissions sorted out in Outlook when they get a replacement PA? Of course this can be done by the VIP themselves, but what if they have > 100 folders?  Outlook permissions don’t inherit down, so it isn’t enough to just set the permission at the top […]

Exchange Replication over a Split Network

22nd August, 2014

Let’s start off by explaining what I mean by Exchange replication over a split network.  I am talking about a DAG split over two Data Centres (and AD Sites) with separate links for replication and for user/MAPI traffic.  Although let’s also quickly add that Microsoft now recommends that you only do this when you have […]