by Edward van Biljon | Jun 17, 2022 | Exchange 2019 PowerShell, Exchange 2016 PowerShell, Exchange Online PowerShell, Office 365 PowerShell
For many organizations, ActiveSync plays a big part in terms of communication where end users either have email on company owned devices or personal devices. Policies can be applied to certain users, for example, Executives or Senior Management may have a different...
by Edward van Biljon | Jul 21, 2020 | Exchange 2019 PowerShell, Exchange 2019
Here is a quick tip on how you can open the Exchange Management Shell (EMS) on Windows Server 2019 Core. In your Elevated command prompt, type in PowerShell and Press Enter. Next, type in the following command and then press enter: Add-PSSnapin...
by edward | Oct 3, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell
Here is a quick tip for checking the last backup on an Exchange database using the Exchange Management Shell (EMS): Get-MailboxDatabase -Status | FT name, Last* Simple enough and there you have the information. Hope it helps.
by edward | Apr 24, 2019 | Exchange 2016 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell
Here is a quick tip on how to move a few or a couple of hundred Offline address books with the Exchange Management Shell (EMS) by running a single command: If you had to use the Exchange Management Console (EMC), it will take you quite a while to do but with...
by edward | Feb 4, 2019 | Exchange 2010 PowerShell
As an Exchange admin, you will always come across mail stuck in a queue, there are so many reasons why this could happen but if you do need to export mail from a queue and not just simply delete it then you can do so running the following PowerShell command from the...