how to find out Last Logged on and last logoff all user list in exchange 2007
Hello, How to find out last logged and last log off all user list in exchange server 2007? I am trying this command but showing only some user not all users? Get-MailboxStatistics -Database “Mailbox Database" | Sort -Property TotalItemsize | Format-Table DisplayName, LastLoggedOnUserAccount, ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=”Size(MB)”}, LastLogonTime, LastLogoffTime
June 10th, 2011 8:23am

Hi, You can use below cmdlet for all mailbox resides in server. I have tested it and worked well. Get-ExchangeServer -Identity “ServerName” | Get-MailboxStatistics | ft lastlogofftime,lastlogontime Anil MCC 2011,ITIL V3,MCSA 2003,MCTS 2011, My Blog : http://messagingschool.wordpress.com
Free Windows Admin Tool Kit Click here and download it now
June 10th, 2011 8:41am

Any update on the question?Gulab | MCITP: Exchange 2010-2007 | Skype: Gulab.Mallah | Blog: www.ExchangeRanger.blogspot.com
June 10th, 2011 1:11pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics