Skip to content

Using PowerShell to automate the setup and configuration of Azure Site Recovery

Notifications You must be signed in to change notification settings

anthonyonazure/AzureSiteRecoverySetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

AzureSiteRecoverySetup

Using PowerShell to automate the setup and configuration of Azure Site Recovery

PowerShell script to automate the entire setup and configuration of ASR for VMware and Physical servers.

Install the latest SiteRecovery module prior to running the script

Install latest module version today that is v.4.2.1

Install-Module AzureRM.SiteRecovery -force

The sections commented out are the automated process of downloading the Configr & Process server (MicrosoftAzureSiteRecoveryUnifiedSetup.exe), extracting it, creating the MySQL credentials file for the installation of MySql. Then running the installation of the Config & Process server silently, using the MySql credentials file. And also where to download the Mobility Service installer, with a link to the instructions to install it from the cmd line. If you are going to install the Config & Process server on the same server you run the script from you could use the code included to complete that as well.

About

Using PowerShell to automate the setup and configuration of Azure Site Recovery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published