NawazKhan
Wednesday, 15 May 2013
How to show the current unique connections with mailbox servers in Microsoft exchange 2007
Use the following command in exchange management shell.
(get-logonstatistics -server mailboxservername |% {$_.username} | sort -
unique).count
Note:
if you have mailbox cluster then you have to use mailbox cluster name.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment