Hi,
I have a db that is getting close to running out of disk space. yesterday it had 938 GB of disk space and no white space available. So i started moving some mailbox users to another DB and Running Clean-Database DB2
then run this command to immediatly delete the disconnected mailbox
Remove-StoreMailbox -Database $_.database -Identity $_.mailboxguid -MailboxState SoftDeleted}
this freed up white space but since i was moving DB's to another mailbox my free space dropped to something like 500 MB. What is my best approach here to help balance the DB's. Do i need to extend this current DB.? is this supported in exchange 2010 to extend the drive(Vmware) while exchange is live?
what are my options other than offline defrag?