Excellent! We just ran into an issue with an off-site copy activating unexpectedly, and I was toying with the idea of writing a wrapper myself - now I won't have to!
Thanks, Tim!
Excellent! We just ran into an issue with an off-site copy activating unexpectedly, and I was toying with the idea of writing a wrapper myself - now I won't have to!
Thanks, Tim!
Great Article for us Exchange On-Premises customers.
Thanks ;-) will use the .ps1 very soon
Very good Article for us Exchange On-Premises customers.
I am seeing good Exchange On-Premises Articles these days in Exchange Team Blog ;-)
Wonderful! I'm going to be deploying a lagged DB server and one DB at our DR site in the next few months, so this will become part of my normal DB server maintenance.
Nice, but could really be built into the product
ie another possible value like DatabaseCopyAutoActivationPolicy: AlwaysBlocked, that the scripts will not change. And something similar at the database level (would be trickier because that one is true/false)
Just thought i'd point out the syntax above is wrong.
The correct syntax (as noted in the .ps1 notes) is:
maintenanceWrapper.ps1 –server <SERVERNAME> –action START
maintenanceWrapper.ps1 –server <SERVERNAME> –action STOP
Thanks for the script -- works great!
@Jlong:
Thanks for the catch in the syntax. We're fixing the blog post now.
TIMMCMIC