Get-logonstatistics output is cut
I used Get-logonstatistics in Exchange 2010 but frequently the output gets cut so I need to either sort ascending or descending.
Is there a command to run so that everything appears and I can just scroll up and down? Secondly, if I wanted to filter for just, say, Exchange RPC connections (Client=MSExchangeRPC) rather than Client=CI (which I presume is for the connection to the
Mailbox server) how can I do that?
Secondly, if I wanted to filter for just, say, Exchange RPC connections (Client=MSExchangeRPC) rather than Client=CI (which I presume is for the connection to the Mailbox server) how can I do that?
June 9th, 2011 7:30pm
Hi Joe,
Please try below commandline:
get-logonstatistics |ft -auto >c:\filename.txt
Some information for you:
http://technet.microsoft.com/en-us/library/dd315255.aspx
Regards!
GavinPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2011 2:31am