RE: Looking for Last Logon date in Exchange

2008-02-14 Thread Michael B. Smith
meida [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 10:40 PM To: MS-Exchange Admin Issues Subject: Re: Looking for Last Logon date in Exchange This might be useful: Powershell + WMI get-content "YourUsersList.txt" | ForEach-Object { gwmi -class Exchange_logon

RE: Looking for Last Logon date in Exchange

2008-02-14 Thread Boggis, Josh
ul Everett [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 4:32 PM To: MS-Exchange Admin Issues Subject: Looking for Last Logon date in Exchange I'm looking to determine when the last time our users have actually looked at their email, either thru Outlook or OWA. In Exchange

Re: Looking for Last Logon date in Exchange

2008-02-14 Thread Rubens Almeida
This might be useful: Powershell + WMI get-content "YourUsersList.txt" | ForEach-Object { gwmi -class Exchange_logon -namespace root\MicrosoftExchangeV2 -computername YourExchangeServer -filter "LoggedOnUserAccount='$_'" | select-object LoggedOnUserAccount,MailboxDisplayName,LogonTime,LastOperatio

Looking for Last Logon date in Exchange

2008-02-13 Thread Paul Everett
I'm looking to determine when the last time our users have actually looked at their email, either thru Outlook or OWA. In Exchange System Manager\Mailbox Store\Mailboxes it shows a column header for "Last Logon Time" and "Last Logoff Time", but these are all showing the same time, about 10 minutes