Select non-default receive connectors
Sometines you want to select all non-default receive connectors for further processing in PowerShell. The following simple example selects all receive connectors excluding the connectors using server name as part of the connector name. When querying the receive connectors for a server you will get all configured connectors. Get-ReceiveConnector -Server $Server | ft -AutoSize Identity […]