Exchange 2016 Restart Transport Service powershell

Ran into this earlier today, had to restart the Exchange 2016 transport service using powershell only! It turned out to be easy.

Restart-Service MSExchangeTransport

To list all Exchange services:

Get-Service *Exchange*
This entry was posted in Exchange 2016, powershell. Bookmark the permalink.