|
Parameter
|
Required
|
Type
|
Description
|
|---|
|
DomainController
|
Optional
|
Microsoft.Exchange.Data.Fqdn
|
To specify the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to the Active Directory directory service, include the DomainController parameter.
|
|
End
|
Optional
|
System.DateTime
|
This parameter returns message tracking log entries up to, but not including, the specified End date and time by using the regional format of the computer on which the cmdlet is run.
|
|
EventId
|
Optional
|
System.String
|
This parameter returns message tracking log entries with the following possible event categories: BadMail, Defer Deliver, DSN, Expand, Fail, PoisonMessage, Receive, Redirect, Resolve, Send, Submit, and Transfer.
|
|
InternalMessageId
|
Optional
|
System.String
|
This parameter returns message tracking log entries with a value of InternalMessagID. InternalMessageID is a message identifier that is assigned by the Exchange 2007 server that is currently processing the message.
A specific message's value of InternalMessageID is different in the message tracking log of every Exchange 2007 server that is involved in the delivery of the message.
|
|
MessageId
|
Optional
|
System.String
|
This parameter returns message tracking log entries with the specified Message-ID header field. If the Message-ID: header field is blank or does not exist, an arbitrary value is assigned. This value is constant for the lifetime of the message.
|
|
MessageSubject
|
Optional
|
System.String
|
This parameter returns message tracking log entries with the specified value of the Subject: header field in the message. By default, message subjects are stored in the message tracking logs. To disable logging of message subjects, use the following command:
Set-TransportServer <Identity> -MessageTrackingLogSubjectLoggingEnabled $false
|
|
Recipients
|
Optional
|
System.String[]
|
This parameter returns any message tracking log entries with the specified recipient's Simple Mail Transfer Protocol (SMTP) e-mail addresses. Multiple individual recipients that are included in a single message are logged by using a single message tracking log entry. Unexpanded distribution group recipients are logged by using the distribution group's SMTP e-mail address. Multiple recipient values can be specified by using commas as a delimiter.
|
|
Reference
|
Optional
|
System.String
|
This parameter returns message tracking log entries with the specified value in the Reference field.
The Reference field contains additional information for specific types of EventID:
-
Send The Reference field contains the Internet-Message-Id of any delivery status notification (DSN) messages.
-
Transfer The Reference field contains the Internal-Message-Id of the message that is being forked.
-
DSN The Reference field contains the Internet-Message-Id of the message that caused the DSN.
For all other types of EventID, the Reference field is blank.
|
|
ResultSize
|
Optional
|
Microsoft.Exchange.Data.Unlimited
|
This parameter determines the maximum number of message tracking log entries to display. By default, a maximum of 1,000 entries are displayed. To display all entries, use the value Unlimited.
|
|
Sender
|
Optional
|
System.String
|
This parameter returns message tracking log entries with the specified sender's SMTP e-mail address.
|
|
Server
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter
|
This parameter specifies the Exchange 2007 server that contains the message tracking logs to be searched. The Server parameter can take any of the following values for the target server:
-
Name
-
Fully qualified domain name (FQDN)
-
Distinguished name (DN)
-
Legacy Exchange DN
-
GUID
|
|
Start
|
Optional
|
System.DateTime
|
This parameter returns message tracking log entries starting with the specified Start date and time by using the regional format of the computer on which the cmdlet is run.
|