Decomissioning an Exchange Server is something I have had to do on many occasions, normally via the GUI . However I was in a situation today where I needed to decommission a 150 User in <30 Mins (long Story) . 😉 Rather than run the risk of Removing Mailboxes and in adversely deleting AD User ...
I have recently been undertaking a O365 migration for a client. One thing that became apparent is that in an organisation of ~70 people every individual had Review right on their on Premise 2010 Exchage Server. they needed this to be carried into O365 Asking everyone to re delegate the calendar is not an option ...
I have recently had a need to list users for a particular customer in a multi-tenanted Exchange along with their primary SMTP address’s and also their aliases – This script is similar to what I have done before however, it filters by ‘CustomAttribute1’ which is what we use to define a customer so keeps the ...
I have recently been working on a project that required me to provide an extensive list of distribution groups and all users within that list. Obviously something that i did not want to do manually as it would have taken a massive amount of time. So I created some powershell to do it for me ...
I have used Bittitan now on a couple of occasions and I have to say that it is my preferred method of doing large-scale Exchange migrations. if On-Premise to On-Premise or On Premise to a Hosted Exchange Platform If you’ve not seen BitTitan before – Check out one of their case studies below this post is more of ...
One thing I need to consider when creating users in a Multi-Exchange environment is how many users sit on each Exchange Server – This is so that I can ensure that there is a fair load on all the servers. Luckily this can be achieved by a simple PowerShell execution Get-Mailbox -resultsize unlimited | Group-Object -Property:ServerName ...
One thing I get asked for on a regular basis particularly by admin staff is how many users we have for a specific customer on our Hosted Exchange Environment. This is important for billing purposes Now there are quite a few options to do this. For example we can collate a list of users with ...
When Migrating to a Cloud Exchange Service, whether it be Office 365 or off premise Exchange, one thing that can occur while configuring the new Outlook profiles is that you notice that the profiles revert back to the local MS Exchange on the SBS Server – This is because Autodiscover service has not been removed ...
As I have mentioned previously in Exchange Migrations one thing I have found is to collate a list of existing users on the current server For a project one thing I had to consider was the size of the mailboxes for each user. Due to the limitations on their Internet connectivity, we made the ...
Outlook 2016 see’s Microsoft doing away with the manual Exchange Setup. This means the only way to add an account is using the Auto Account Add feature. For this to happen it is imperative to make sure that the Auto Discover entries for your Domain are correct We have seen examples where the autodiscover has ...