Exchange Management Shell help
Get-LogonStatistics -Server MyServer | where {$_.ClientIPAddress -like x.x.x.x}
instead you may try in reverse
March 28th, 2012 7:54am
Hi Thomas,
This is by design.
Please check out this KB:
http://support.microsoft.com/kb/2292750
Thanks.Rowen
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
March 29th, 2012 2:10am
Exchange 2007 Enterprise Server
trying to run this
get-logonstatistics testuser | sort-object clientipaddress | format-table username,clientipaddress,logontime
I am not getting the clientipaddress to display
Username and logontime appear
[PS] C:\Documents and Settings\Administrator.OUR>get-logonstatistics testuser
| sort-object clientipaddress | format-table username,clientipaddress,logontime
UserName ClientIPAddress LogonTime
-------- --------------- ---------
Testuser
3/21/2012 11:06:05 PM
Testuser
3/21/2012 11:06:12 PM
Testuser
3/21/2012 11:06:05 PM
Testuser
3/21/2012 11:07:05 PM
Testuser
3/21/2012 11:06:05 PM
Testuser 3/21/2012
7:15:43 PM
Testuser
3/21/2012 7:15:43 PM
Testuser
3/21/2012 7:15:43 PM
Testuser
3/21/2012 9:10:56 PM
Testuser 3/21/2012
7:15:49 PM
This user is on the same lan as the exchange server running win 7 on Gigi bit network
Any ideas
Thanks
TomThomas R Grassi Jr
March 29th, 2012 5:54am
Hi Thomas,
This is by design.
Please check out this KB:
http://support.microsoft.com/kb/2292750
Thanks.Rowen
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
March 29th, 2012 8:49am
Rowen-Xu
Thanks for the info
I have a mixture of outlook clients Outllok 2003 - Outlook 2010
Will the same change work on those clients as well
Thanks
TomThomas R Grassi Jr
March 29th, 2012 9:18am
Hi Tom,
Base on my test, other clients should work on this information.
You can get IP address from that command.
Thanks.Rowen
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2012 2:18am
Hi Tom,
Base on my test, other clients should work on this information.
You can get IP address from that command.
Thanks.Rowen
TechNet Community Support
March 30th, 2012 9:08am
Rowen-XU
I tested the registry change on Outllook 2010 and Outlook 2007 both worked fine.
I have remote clients using outlook anywhere going to give them the same registry changes and see what happens
Thanks for all your helpThomas R Grassi Jr
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2012 10:18am