powershell
hi everyone
powershell get-mailboxstatistics command
what is the right format of the command get-mailboxstatistics ? server name - user name ? or user email address ?
must the command be run from the exchange server or just the Ad environment with the powershell modules installed and activated?
June 28th, 2012 9:05am
Hi,
This article should help:
http://technet.microsoft.com/en-us/library/bb124612.aspx
You can only run this command on an Exchange server or on a workstation/server where you have imported the Exchange commands
Leif
Free Windows Admin Tool Kit Click here and download it now
June 28th, 2012 9:48am
As long as you have the read permission on the exchange objects you can run this command either from the exchange server or any other workstation or server where the exchange management shell is installed.
Enter "help Get-MailboxStatistics -full" in the exchange management shell to get the full information about the command.
June 28th, 2012 10:31am