Hi there,
I'm having problems running this powershell script, I have changed the directory to the local exchange install scripts folder:c:\program files\microsoft\exchange server\v14\scripts>
I only want to run this on one of the many stores I have on my exchange system but everytime I try all I get is
Warning: the command completed successfully but no settings of 'mailstore-name' have been modified.
I no this is something really simple and running the command: .\Troubleshoot-databasespace.ps1 -mailboxdatabasename mailstore-name -PercentLogFreeSpace 70 -HourThreshold 5 -Quarantine
The reason I am doing this is, we have noticed on one mailstore the logs are growing at a massive rate and we have spotted it quite early on as our other mailstores which are up to x5 larger are nowhere near the size of the logs generated, so trying to track down which user is causing the issue.
the command appears to work if I run the -server switch instead but do not want to inadvertantly put a performance/quarantine impact on other users.
Can anyone help.