Skip to content

Commit 0e91425

Browse files
Merge pull request #303907 from AbhishekMallick-MS/Aug-6-2025-Freshness
Freshness - PowerShell Script to install the latest MARS agent on an on-premises Windows server
2 parents 470e4d3 + c916bde commit 0e91425

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/backup/install-mars-agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Install the Microsoft Azure Recovery Services (MARS) agent
33
description: Learn how to install the Microsoft Azure Recovery Services (MARS) agent to back up Windows machines.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 08/06/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -151,6 +151,8 @@ To install and register the MARRS agent, follow these steps:
151151
>[!Note]
152152
>We recommend to save your passphrase in an alternate secure location, such as Azure Key Vault. Microsoft can't recover the data without the passphrase. [Learn](save-backup-passphrase-securely-in-azure-key-vault.md) how to store a secret in Key Vault.
153153
154+
You can also [use PowerShell script to install the MARS agent](./scripts/install-latest-microsoft-azure-recovery-services-agent.md).
155+
154156
## Next step
155157

156158
Learn how to [Back up Windows machines by using the Azure Backup MARS agent](backup-windows-with-mars-agent.md)

articles/backup/scripts/install-latest-microsoft-azure-recovery-services-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Script Sample - Install the latest MARS agent on on-premises Windows servers
33
description: Learn how to use a script to install the latest MARS agent on your on-premises Windows servers in a storage account.
44
ms.topic: sample
5-
ms.date: 06/23/2021
5+
ms.date: 08/06/2025
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
# Customer intent: "As an IT administrator, I want to use a PowerShell script to install the latest MARS agent on my on-premises Windows servers, so that I can ensure my backup solutions are up-to-date and effectively managing our data protection."
99
---
1010

1111
# PowerShell Script to install the latest MARS agent on an on-premises Windows server
1212

13-
This script helps you to install the latest MARS agent on your on-premises Windows server.
13+
This script helps you to install the latest MARS agent on your on-premises Windows server. You can also [install the MARS agent using the installer](../install-mars-agent.md#install-and-register-the-agent).
1414

1515
## Sample script
1616

@@ -55,4 +55,4 @@ Catch {
5555

5656
## Next steps
5757

58-
[Learn more](../backup-client-automation.md) about how to use PowerShell to deploy and manage on-premises backups using MARS agent.
58+
[Learn more](../backup-client-automation.md) about how to use PowerShell to deploy and manage on-premises backups using MARS agent.

0 commit comments

Comments
 (0)