General infor about Microsoft Exchange

Restarting

re-Starting Microsoft Exchange Active Directory Topology Service, will start allmost all exchange services

Services

Microsoft Exchange Transport services is service that used for mail transfer protocol (Replaces SMTP services)

Using PS to serach for messages and events about their flow

Here are the events of a succesful delivery from outlook to exchange to external recipient (viewed with ogv)

0f89b520fe82aac3e7a3d3fc95247b99.png
Get-MessageTrackingLog -Recipients "ndemou@enlogic.gr"  -Start (Get-Date).AddHours(-24)| Select-Object -Property Timestamp,Sender,Recipients,NetworkMessageId | format-table -autoSize -wrap

Timestamp             Sender                    Recipients                                 NetworkMessageId
---------             ------                    ----------                                 ----------------
1/15/2020 10:59:03 AM ggrigoriades@doculand.com {ndemou@enlogic.gr, zinovios@doculand.com} b621d0e6-744b-4ee4-7441-08d799992b65

Get-MessageTrackingLog -NetworkMessageId "b621d0e6-744b-4ee4-7441-08d799992b65" -Start (Get-Date).AddHours(-16)| Select-Object -Property Timestamp,ClientIp,ClientHostname,ServerIp,ServerHostname,Source,EventId,Recipients,RecipientStatus,TotalBytes,Sender,Directionality,MessageInfo,MessageLatency,MessageLatencyType | ogv

I Attachment Action Size Date Who Comment
0f89b520fe82aac3e7a3d3fc95247b99.pngpng 0f89b520fe82aac3e7a3d3fc95247b99.png manage 40 K 16 Jan 2020 - 10:58 Main.NickDemou Auto-attached by ImagePlugin
This topic: KnowledgeBase > WindowsServerExchange
Topic revision: 16 Jan 2020, NickDemou
Copyright © enLogic