Skip to content

Instantly share code, notes, and snippets.

@mbrownnycnyc
Last active August 29, 2015 14:05
Show Gist options
  • Save mbrownnycnyc/b1cbacdbe9310ff1c994 to your computer and use it in GitHub Desktop.
Save mbrownnycnyc/b1cbacdbe9310ff1c994 to your computer and use it in GitHub Desktop.
Take a Dell AppAssure core server out of "maintenance mode"
#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