檢視傳輸管線中的傳輸代理程式
適用版本: Exchange Server 2010 SP2, Exchange Server 2010 SP3
上次修改主題的時間: 2011-03-19
您可以使用命令介面,在已安裝 Microsoft Exchange Server 2010 Hub Transport server role 或邊際傳輸伺服器角色的電腦上檢視傳輸管線中的傳輸代理程式清單。您可以檢視傳輸管線中出現訊息之所有已啟用傳輸代理程式的清單,以及它們登錄於其中的 SMTP 事件。
如需傳輸代理程式的相關資訊,請參閱瞭解傳輸代理程式。
要尋找與傳輸代理程式相關的其他管理工作嗎?請參閱管理傳輸代理程式。
使用命令介面來檢視傳輸管線中的傳輸代理程式清單
您必須已獲指派權限,才能執行此程序。若要查看您需要的權限,請參閱傳輸權限主題中的「傳輸代理程式」項目。
附註: |
---|
您不能使用 EMC 來檢視傳輸管線中的傳輸代理程式清單。 |
此範例列示傳輸管線中的傳輸代理程式。
Get-TransportPipeline
重要事項: |
---|
Get-TransportPipeline 指令程式只會顯示在啟動 Exchange 傳輸服務至執行指令程式的這段期間,於傳輸管線中發現郵件的傳輸代理程式。未在傳輸管線中發現郵件的傳輸代理程式將不會出現在 Get-TransportPipeline 指令程式所顯示的結果中,即使已啟用該傳輸代理程式也是如此。 |
Get-TransportPipeline 指令程式會依 SMTP 事件在傳輸管線中發現郵件的順序來列出每個 SMTP 事件。列在每個 SMTP 事件旁邊的是登錄於該 SMTP 事件且發現郵件的每個傳輸代理程式。此範例顯示在 Edge Transport Server 上執行 Get-TransportPipeline 指令程式時的範例輸出。
Event TransportAgents
----- ---------------
OnConnectEvent {Connection Filtering Agent}
OnHeloCommand {}
OnEhloCommand {}
OnAuthCommand {}
OnEndOfAuthentication {}
OnMailCommand {Connection Filtering Agent, Sender Fil
ter Agent}
OnRcptCommand {Connection Filtering Agent, Address Re
writing Inbound Agent, Recipient Filter
Agent}
OnDataCommand {}
OnEndOfHeaders {Connection Filtering Agent, Address Re
writing Inbound Agent, Sender Id Agent,
Sender Filter Agent, Protocol Analysis
Agent}
OnEndOfData {Edge Rule Agent, Content Filter Agent,
Protocol Analysis Agent, Attachment Fi
ltering Agent}
OnHelpCommand {}
OnNoopCommand {}
OnReject {Protocol Analysis Agent}
OnRsetCommand {Protocol Analysis Agent}
OnDisconnectEvent {Protocol Analysis Agent}
如需詳細的語法及參數資訊,請參閱 Get-TransportPipeline。
© 2010 Microsoft Corporation. 著作權所有,並保留一切權利。