-
Notifications
You must be signed in to change notification settings - Fork 5
synology_backup_agent_install.ps1
Corey Watson edited this page Dec 1, 2025
·
1 revision
Installs the Synology Active Backup for Business Agent on Windows.
Installs the Synology Active Backup for Business Agent on Windows using winget. This agent enables centralized backup management from a Synology NAS.
Installs the Synology Active Backup for Business Agent on Windows using winget. This agent enables centralized backup management from a Synology NAS.
- Windows 10 1809+ or Windows 11
- Administrator privileges
- winget (App Installer) installed
- Synology NAS with Active Backup for Business package
-
$packageId: Winget package ID for Synology Active Backup Agent
- Validates winget is available
- Installs Synology Active Backup for Business Agent silently
- Reports final status
- No secrets in logs
- Installs from official winget repository
- 0 = Success
- 1 = Failure
[ WINGET CHECK ]
--------------------------------------------------------------
Checking for winget...
winget is available
[ INSTALLATION ]
--------------------------------------------------------------
Installing Synology Active Backup for Business Agent...
Installation completed successfully
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
Connect to your Synology NAS to configure backup tasks
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index