You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-mabs-unattended-install.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Silent installation of Azure Backup Server V2
3
-
description: Use a PowerShell script to silently install Azure Backup Server V2. This kind of installation is also called an unattended installation.
2
+
title: Silent installation of Azure Backup Server V4
3
+
description: Use a PowerShell script to silently install Azure Backup Server V4. This kind of installation is also called an unattended installation.
4
4
ms.topic: conceptual
5
5
ms.date: 11/13/2018
6
6
author: jyothisuri
@@ -10,13 +10,20 @@ ms.author: jsuri
10
10
11
11
Learn how to run an unattended installation of Azure Backup Server.
12
12
13
-
These steps don't apply if you're installing Azure Backup Server V1.
13
+
These steps don't apply if you're installing older version of Azure Backup Server like MABS V1, V2 and V3.
14
14
15
15
## Install Backup Server
16
16
17
-
1. On the server that hosts Azure Backup Server V2 or later, create a text file. (You can create the file in Notepad or in another text editor.) Save the file as MABSSetup.ini.
18
-
19
-
2. Paste the following code in the MABSSetup.ini file. Replace the text inside the brackets (\<\>) with values from your environment. The following text is an example:
17
+
1. Ensure that there's a directory under Program Files called "Microsoft Azure Recovery Services Agent" by running the following command in an elevated command prompt.
2. Install the pre-requisites for MABS ahead of time in an elevated command prompt. The following command can result in an automatic server restart, but if that does not happen, a manual restart is recommended.
3. On the server that hosts Azure Backup Server V4 or later, create a text file. (You can create the file in Notepad or in another text editor.) Save the file as MABSSetup.ini.
26
+
4. Paste the following code in the MABSSetup.ini file. Replace the text inside the brackets (\<\>) with values from your environment. The following text is an example:
20
27
21
28
```text
22
29
[OPTIONS]
@@ -28,18 +35,17 @@ These steps don't apply if you're installing Azure Backup Server V1.
0 commit comments