Sunday 25 January 2015

EMS (Exchange Management Shell) Common and Useful Commands

I decided to compile a list of common and useful commands to set and get and assortment of information with Exchange 2013.

Return health information related to Exchange services:
Get-HealthReport -Identity <server-name> -RollupGroup

Get transport service information:
Get-TransportService | Format-List
Set internal DNS server for transport service: Set-transportservice -InternalDNSServers "192.168.0.100" Get all of the send connectors:
Get-SendConnector
Get all of the recieve connectors:
Get-ReceiveConnector
View all queues on a specific server:
Get-Queue -server
Enable protocol level logging within Exchange:
Set-TransportService -IntraOrgConnectorProtocolLoggingLevel Verbose

0 comments:

Post a Comment