Exchange Management Shell
Could someone kindly explain why this command Get-MailboxStatistics does not work.
If I type Get-Mailbox I will get a list of user mailboxes, if I type the above it returns back shell command with no results.
I am simply trying to retrive last login by some users.
Still not sure why this info was so easy to access in EXC 2003 and not 2007. I thoght new releases where ment to be better??
Thank You.
June 2nd, 2010 6:24pm
Try to target this command to a particular database and see if that makes any difference and also make sure to put the fqdn of ant DC
Get-MailboxStatistics -Database <DatabaseIdParameter> [-DomainController <Fqdn>]
Raj
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2010 8:38pm
Hi,
Try to specify the server and see if it works:
Get-MailboxStatistics -server
If the error still occur, restarting exchange management shell.
June 3rd, 2010 6:35am
Thank you for your suggestions.
I think I know what the problem is!
Unfortunatelly not sure how to resolve it.
Lost path First Storage Group Exchange 2007 I seem to have lost the path information in Exchange management Console in regards to the First Storage Group & Second Storage Group. I relised I had this problem when I tried to create a new user and receiving a cant find database error.
Fortunatelly somehow the emails are still working therefore the database is still mounted.
In Exchange management shell I was receiving the same error when using get-mailboxstatistics, even thoght get-mailbox works!!??
Does any one know how to re-instate the paths for Exchange mailboxe Store, I have serched the Internet, but it dose not look if anyone has had the same problem.
keep in mind that the First Storage Group & Second StorageGroup no longer exists in Exchange Management consoleThanks in Advance
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2010 9:12am
Hi,
Please make sure that you run the cmdlet on Mailbox server.
How to run get-mailboxstatistics, please refer to below link:
http://technet.microsoft.com/en-us/library/bb124612.aspx
June 4th, 2010 10:16am
First time looking at such an issue in last 8 years of diff. verions of exchange. Any ways, i think before you do any thing, please have a good back up. I will suggest to create a new storage group and database and move the mail boxes slowly to the new
one. If mail boxes are huge in number, try to map a new path for logs by move option for the logs file.Raj
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2010 11:36am