Automate the content export of Aria for Operations
Powershell script to export the content of Aria for Operations as there's no in-built way to 'backup' the configuration on a schedule...(whhhyyy??!) - Script requires a few command line arguments to acheive this task, arguments are below :
- AriaOpsURL - URL for API calls
- AuthSource - Auth Source for API login (vIDMAuthSource / 'AD' Domain etc)
- Username - Whoareyou?
- Password - Whyareyou?
- ExportPassword - Password for the .zip file (saved as a .bak - edit code as required)
- DownloadPath - Where to download the .bak file into
- RetentionDays - how many days worth of .bak files to keep - the older files will be deleted by the script.
- LogFile - Log the things...