最佳解答者
how to export the user list (as a report) for someone had mobie device that connected to the exchange 2007 server

問題
解答
-
Dear,
you can use the cmdlet "get-logonstatistics" to get the information can copy the result to the files.
for instance:
get-logonStatistics -database"db" | ft username, servername, ClientVersion, logonTime, lastAccessTime
for detail refer :
http://technet.microsoft.com/zh-cn/library/bb124415(EXCHG.80).aspx
- 已標示為解答 deltathreeModerator 2011年1月7日 上午 03:17
所有回覆
-
Dear,
you can use the cmdlet "get-logonstatistics" to get the information can copy the result to the files.
for instance:
get-logonStatistics -database"db" | ft username, servername, ClientVersion, logonTime, lastAccessTime
for detail refer :
http://technet.microsoft.com/zh-cn/library/bb124415(EXCHG.80).aspx
- 已標示為解答 deltathreeModerator 2011年1月7日 上午 03:17
-
Thanks.... do you means "clientversion" can show what/how many moblie devices from the report. Once you setup client mail on moblie device (like iphone) , you may see one more option "moblie device" at the right exchange 2007 console panel for that user. i just want this as summary report for checking . thanks again