![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Get-MailboxStatistics - LastLoggedOnUserAccount When using the powershell CMDlets in the Exchange 2007 shell, I am trying to get a query of ALL mailboxes that have the LastLoggedOnUserAccount set to a sepecific user. This will help us identify mailboxes that have not been accessed since our migration from 2003. I can look at a specific mailbox by doing this: get-mailboxstatistics username | fl But is there a way to get the stats of all mailboxes (maybe by using a *) that have the LastLoggedOnUserAccount set to a sepecific user like DOMAIN\USERNAME1 |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: Get-MailboxStatistics - LastLoggedOnUserAccount JSC wrote:
get-mailboxstatistics|where-object {$_.LastLoggedOnUserAccount -eq "DOMAIN\USERNAME1"} Is that it? -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com | ||||||||||||
My System Specs![]() | |||||||||||||
| | #3 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Get-MailboxStatistics - LastLoggedOnUserAccount Yeah....exactly what I was looking for. Thanks! "Marco Shaw [MVP]" wrote:
| ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| get-mailboxstatistics cmdlet giving error | Cyber Friend | PowerShell | 14 | 11-03-2007 05:18 AM |