Adventures in Exchange
Menu
  • Home
  • About
  • Download links
A blog about exactly that
Browse: Home » get-messagetrackinglog

Get-MessageTrackingLog shows System.String[] instead of recipients

February 24, 2016 · by dave.webb · in Exchange 2010, PowerShell Commands

I am using the Get-MessageTrackingLog and Export-CSV PowerShell cmdlets to provide a report on messages sent to specific recipients.  This is the command I am issuing: Get-MessageTrackingLog -Sender “user@mydomain.com” -Server “myserver” -Start “02/24/2016 00:00:00” -End “02/24/2016 10:00:00” -ResultSize Unlimited -EventID…

Search Exchange Message Tracking Logs with a wildcard

January 2, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

When using the Get-MessageTrackingLog cmdlet you can’t use wildcards with the Sender or Recipient parameters.  Instead, I pipe the output of Get-MessageTrackingLog to Where-Object: Where-Object {$_.Recipients -Like *@gmail.com} The following PowerShell command will return all results from a server named…

String was not recognized as a valid DateTime error when using get-messagetrackinglog

String was not recognized as a valid DateTime error when using get-messagetrackinglog

July 26, 2013 · by dave.webb · in Exchange 2010, PowerShell Commands, Troubleshooting

Today I was using the get-messagetrackinglog PowerShell command and it returned the following error: Cannot process argument transformation on parameter ‘Start’. Cannot convert value “25/07/2013 03:00:00” to type “System.DateTime”. Error: “String was not recognized as a valid DateTime.” + CategoryInfo          :…

Query the message tracking log using PowerShell

March 18, 2013 · by dave.webb · in Exchange 2010, PowerShell Commands, Troubleshooting

Using the Tracking Log Explorer GUI is fine for checking whether messages were sent or received but there is no way to export the results to a file.  That’s where the Get-MessageTrackingLog PowerShell command comes in, combined with the Export-CSV…

Blog search

Categories

  • Configuration (8)
  • Exchange 2010 (43)
  • Exchange 2013 (20)
  • Exchange 2016 (35)
  • Exchange Online (4)
  • IIS (1)
  • Installation (10)
  • Maintenance (3)
  • News (1)
  • Office 365 (9)
  • Outlook Web App (1)
  • PowerShell Commands (47)
  • Security (1)
  • Tips and Tricks (39)
  • Troubleshooting (19)
  • Uncategorized (5)

Monthly archives

  • November 2021 (1)
  • October 2021 (1)
  • June 2021 (1)
  • April 2021 (2)
  • January 2021 (2)
  • August 2020 (1)
  • July 2020 (1)
  • April 2020 (2)
  • March 2020 (1)
  • February 2020 (1)
  • January 2020 (1)
  • November 2019 (4)
  • October 2019 (1)
  • July 2019 (3)
  • May 2019 (1)
  • March 2019 (1)
  • January 2019 (1)
  • October 2018 (3)
  • June 2018 (1)
  • February 2018 (1)
  • January 2018 (1)
  • August 2017 (1)
  • July 2017 (1)
  • June 2017 (1)
  • April 2017 (1)
  • January 2017 (3)
  • December 2016 (1)
  • November 2016 (3)
  • October 2016 (1)
  • September 2016 (1)
  • April 2016 (2)
  • February 2016 (1)
  • January 2016 (1)
  • September 2015 (1)
  • July 2015 (2)
  • June 2015 (1)
  • May 2015 (1)
  • April 2015 (1)
  • January 2015 (1)
  • September 2014 (1)
  • March 2014 (1)
  • January 2014 (1)
  • July 2013 (6)
  • June 2013 (1)
  • May 2013 (1)
  • March 2013 (2)
  • January 2013 (2)
  • December 2012 (1)
  • October 2012 (1)
  • February 2012 (1)
  • December 2011 (2)
  • November 2011 (1)
  • November 2010 (1)
  • August 2010 (1)
  • July 2010 (1)
  • June 2010 (1)
  • May 2010 (2)
  • April 2010 (7)

Exchange links

  • Exchange home page
  • Exchange support forum

General links

  • Adventures in SharePoint
  • Adventures in VMware
  • GiaKonda IT
  • Windows 2012 Forums

Copyright © 2022 Adventures in Exchange

Powered by WordPress and Origin