dumb question regarding powershell and 2010.

2011-01-04 Thread Bill Humphries
i'm wanting to get a list of mailboxes sorted by size. I run this: [PS] C:\Windows\system32>Get-MailboxStatistics | Sort -Property TotalItemsize | Format-Table DisplayName, LastLoggedOnUs erAccount, ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label="Size(MB)"}, LastLogonTime, Last

RE: dumb question regarding powershell and 2010.

2011-01-05 Thread Matt Moore
Not seeing the exact error, is it looking for server name or cluster? -Original Message- From: Bill Humphries [mailto:nt...@hedgedigger.com] Sent: Tuesday, January 04, 2011 7:15 PM To: MS-Exchange Admin Issues Subject: dumb question regarding powershell and 2010. i'm wanting to

RE: dumb question regarding powershell and 2010.

2011-01-05 Thread Michael B. Smith
ant and Exchange MVP http://TheEssentialExchange.com -Original Message- From: Bill Humphries [mailto:nt...@hedgedigger.com] Sent: Tuesday, January 04, 2011 10:15 PM To: MS-Exchange Admin Issues Subject: dumb question regarding powershell and 2010. i'm wanting to get a list of mailboxes sorted

Re: dumb question regarding powershell and 2010.

2011-01-05 Thread Bill Humphries
MB)"}, LastLogonTime, LastLogoffTime Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com -Original Message- From: Bill Humphries [mailto:nt...@hedgedigger.com] Sent: Tuesday, January 04, 2011 10:15 PM To: MS-Exchange Admin Issues Subject: dumb question rega