we have multiple Exchange servers, with multiple stores per exchange server. We would like to have a scheduled task / business rule that once per week or once per day rebalanced the mailboxes over a selected number of exchange stores.
We can do that with a external powershell script, but would like to concentrate these kinds of business logics into ADAxess is possible.
So for example, one server with four stores, store one has 95 GB of data, 0 whitespace, Store two has 70 Gb of data, 5 Gb whitespace, Store three has 85 Gb of data, 10 gb whitespace, and store four has 120 Gb of data and 0 whitespace.
In the above scenario it would be benificial to move mailboxes from Store four to Store two until they are equal in size and after store two its time to move some stuff to Store three which also has capacity over until all the stores is balanced out.
/Kaj