zoeythecat
Technical User
Is there a power shell command I can run on an Exchange2007 server that will give me the size of the database? In Exchange2010 there is the following command:
Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize
- When this command is run on Exchange2007 it lists the databases but without the size. Is there a different command I need to run that someone knows of?
TIA
Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize
- When this command is run on Exchange2007 it lists the databases but without the size. Is there a different command I need to run that someone knows of?
TIA