Skip to content

Commit 00a8651

Browse files
committed
Commands for installing MARS on Windows Core
1 parent 3c19375 commit 00a8651

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

articles/site-recovery/hyper-v-vmm-azure-tutorial.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,30 @@ In the Microsoft Azure Recovery Services Agent Setup Wizard, configure these set
8787

8888
![Install agent](./media/hyper-v-vmm-azure-tutorial/mars-install.png)
8989

90+
### Install the Recovery Services agent on Windows core Hyper-V hosts
91+
92+
Install the agent on each Windows core Hyper-V host containing VMs that you want to replicate.
93+
94+
1. On the Windows Core Hyper-V host, create a directory by running the following command:
95+
96+
```powershell
97+
New-Item -Path C:\ASR -ItemType Directory
98+
```
99+
100+
2. Download the installer for the Microsoft Azure Recovery Services agent:
101+
102+
```powershell
103+
Invoke-WebRequest -Uri <put the URI here> -OutFile .\ASR\MARSsoftware.exe
104+
```
105+
106+
3. Execute the installer:
107+
108+
```powershell
109+
.\MARSsoftware.exe
110+
```
111+
112+
4. Once the Microsoft Azure Recovery Services agent installation completes, you can close the Wizard console.
113+
90114
## Set up the target environment
91115

92116
1. Select **Prepare infrastructure** > **Target**.

0 commit comments

Comments
 (0)