Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Exchange 2007 - Get-LogonStatistics need to get primarysmtpaddress

$
0
0

I need to pull in primarysmtpaddress to Get-LogonStatistics.  Here's what I have so far:

Get-Mailbox -ResultSize unlimited | Get-LogonStatistics | Select UserName,ClientVersion,LastAccessTime,ServerName  | Export-Csv "C:\outlook_version.csv" -NoTypeInformation

Any help would be greatly appreciated.


Viewing all articles
Browse latest Browse all 15028

Trending Articles