by Jacob Gardiner-Moon | Aug 2, 2016 | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Microsoft, Powershell
This will be a short post but I thought I would post this as I have had to use this recently while updating the Global Address List. This can be completed by using the below command – Update-GlobalAddressList -Identity “Default Global Address List”... by Jacob Gardiner-Moon | Jun 13, 2016 | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Microsoft
I have recently performed a migration to Office 365, when trying to setup Outlook on one of my local machines it kept connecting to my local on-premises exchange server instead of using the DNS records for my domain. This is due to the fact that Outlook Autodiscover... by Jacob Gardiner-Moon | May 26, 2016 | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Microsoft
You may need to confirm a Mailbox size and the Item count for your organisation. This can be completed using the following command in Exchange Powershell – Get-MailboxDatabase | Get-MailboxStatistics | ft DisplayName,TotalItemSize,ItemCount Here is an example of... by Jacob Gardiner-Moon | May 22, 2016 | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Microsoft
You may have a scenario that you have recently migrated to Office 365 but you still require local applications to be able to relay mail for example monitoring alerts. You will need to initially create a receive connector in Office 365 Exchange Online. You will need to... by Jacob Gardiner-Moon | Apr 7, 2016 | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Microsoft
I was recently asked by a customer to set the default calendar permissions for All Mailboxes to LimitedDetails (View availability data with subject and location). I could not find a command to do this for All Mailboxes at once. I found the below command which I could... by Jacob Gardiner-Moon | Nov 26, 2015 | Exchange Server 2013, Exchange Server 2016, Microsoft
After migrating to Exchange 2016 on Premises I was receiving errors in Event Log regarding the Arbitration Mailboxes. I decided to re-create these mailboxes to avoid any issues in the future. You can view the Exchange Arbitration Mailboxes by using Get-Mailbox...