by edward | Dec 26, 2018 | Exchange 2019 PowerShell
In Exchange 2019, viewing and assigning an SSL certificate services is basically the same as Exchange 2013 and 2016. In this example we will use PowerShell to firstly view the certificates we have and then assign services to that SSL certificate along with setting...
by edward | Dec 25, 2018 | Exchange 2019 PowerShell
In Exchange, whether it is Exchange 2019 or 2013 or 2016 or 2010, you need a send connector to be able to route email to the internet etc. You can create a send connector using the Exchange Admin Center (EAC) but what fun would that be when you can use PowerShell....
by edward | Dec 25, 2018 | Exchange 2019 PowerShell
In Exchange 2019, to have clients connect without error from the outside, one of the URL’s that need to be updated is the Autodiscover record. The update process is similar/the same as Exchange 2016 and can be done with a single PowerShell command. You can first...
by edward | Dec 24, 2018 | Exchange 2019 PowerShell
In Exchange 2019, like previous versions, you can check your edition of Exchange by running the following command: Get-ExchangeServer | fl or by adding another section to the script: Get-ExchangeServer | fl *Edition* You can see the one command gives you less...
by edward | Dec 23, 2018 | Exchange 2019 PowerShell
In Exchange, whether it is Exchange 2013 or 2016 and the new version 2019, you can move the transport database off the C:\ drive to another drive so you don’t hit back pressure firstly and run out of space. You can find the script to move the database in the...
by edward | Dec 23, 2018 | Exchange 2019 PowerShell
In previous Exchange versions to check a queue on a specific server you could use the Get-TransportServer command, however if you now run this on Exchange 2019, you receive a nice lengthy warning to say it is going to be removed in future versions of Exchange, yet we...