Vaultamagic is a script generator, not a service. You give it a few values; it hands you a PowerShell script. Everything that touches CyberArk happens on your machine, with your credentials.
Enter your PVWA base URL, choose CyberArk, LDAP, or RADIUS auth, tick which data to export, and (optionally) opt in to secret retrieval with a reason. Pick where the CSVs should land.
The page assembles a PowerShell script live as you type. Copy it to the clipboard or download
Vaultamagic-Inventory.ps1. It's plain, readable PowerShell — review it first if you like.
Run the script in PowerShell. It prompts for your credentials, connects to your PVWA, enumerates everything you selected, and writes one CSV per category to your output folder.
One CSV per category, written to the folder you choose.
safes.csvEvery Safe you're authorized to see, with description, managing CPM, and retention.
safe-permissions.csvOne row per Safe member with the full permission matrix as columns — users, groups, and applications.
applications.csvAAM applications, their authentication/retrieval methods, and the Safes each one can access.
accounts.csvAccounts per Safe with their fields. Opt in to add a Secret column (audited, plaintext — handle with care).
Open the generator and watch the script build as you fill in the form.