Skip to content

Commit 6afe2b4

Browse files
Merge pull request #286929 from AbhishekMallick-MS/Sep-18-2024-SFI
SFI wave 2 - ROPC updates for MABS
2 parents 8751e4c + 07e0fa9 commit 6afe2b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.
44
ms.service: azure-backup
55
ms.topic: how-to
6-
ms.date: 04/18/2024
6+
ms.date: 09/18/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -28,6 +28,9 @@ To install the Backup Server, run the following command:
2828
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.
2929
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:
3030

31+
>[!Caution]
32+
>Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. Ensure that you delete the **MABSSetup.ini** file once the installation is complete.
33+
3134
```text
3235
[OPTIONS]
3336
UserName=administrator

0 commit comments

Comments
 (0)