Last active
August 29, 2015 14:05
-
-
Save mbrownnycnyc/b1cbacdbe9310ff1c994 to your computer and use it in GitHub Desktop.
Take a Dell AppAssure core server out of "maintenance mode"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://support.software.dell.com/kb/119400 | |
Import-Module AppAssurePowerShellModule | |
Sc.exe Config AppAssureCore Start= Delayed-Auto | |
Start-Service AppAssureCore | |
Resume-Snapshot –All | |
Resume-Replication -outgoing [hostname of remote core] -all | |
Resume-Replication -incoming [hostname of remote core] -all | |
Resume-Vmexport –All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment