Skip to content

Commit 2a4f057

Browse files
368370 PowerShell rebrand
1 parent c63a87d commit 2a4f057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-client-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this article, learn how to use PowerShell to set up Azure Backup
44
ms.topic: how-to
55
ms.date: 02/28/2025
66
ms.service: azure-backup
7-
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref, engagement-fy24
7+
ms.custom: devx-track-azurepowershell, no-azure-ad-ps-ref, engagement-fy24
88
author: jyothisuri
99
ms.author: jsuri
1010
---
@@ -148,7 +148,7 @@ $CredsFilename = Get-AzRecoveryServicesVaultSettingsFile -Backup -Vault $Vault -
148148
```
149149

150150
On the Windows Server or Windows client machine, run the [Start-OBRegistration](/powershell/module/msonlinebackup/start-obregistration) cmdlet to register the machine with the vault.
151-
This, and other cmdlets used for backup, are from the MSONLINE module, which the MARS AgentInstaller added as part of the installation process.
151+
This, and other cmdlets used for backup, are from a PowerShell module that the MARS AgentInstaller added as part of the installation process.
152152

153153
The Agent installer doesn't update the $Env:PSModulePath variable. This means module auto-load fails. To resolve this, you can do the following:
154154

0 commit comments

Comments
 (0)