Skip to content

Commit 7857d4f

Browse files
Merge pull request #272594 from AbhishekMallick-MS/Apr-18-2024-Freshness
Freshness - Installation of MABS
2 parents 55cd03b + c9129f7 commit 7857d4f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/backup/backup-mabs-unattended-install.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
---
22
title: Silent installation of Azure Backup Server V4
33
description: Use a PowerShell script to silently install Azure Backup Server V4. This kind of installation is also called an unattended installation.
4-
ms.topic: conceptual
5-
ms.date: 11/13/2018
4+
ms.service: backup
5+
ms.topic: how-to
6+
ms.date: 04/18/2024
67
author: AbhishekMallick-MS
78
ms.author: v-abhmallick
89
---
910
# Run an unattended installation of Azure Backup Server
1011

11-
Learn how to run an unattended installation of Azure Backup Server.
12+
This article describes how to run an unattended installation of Azure Backup Server.
1213

1314
These steps don't apply if you're installing older version of Azure Backup Server like MABS V1, V2 and V3.
1415

1516
## Install Backup Server
1617

18+
To install the Backup Server, run the following command:
19+
1720
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.
1821
```cmd
1922
mkdir "C:\Program Files\Microsoft Azure Recovery Services Agent"

0 commit comments

Comments
 (0)