Here’s a little something I found in my folder of scripts that someone else might find useful. I created it to backup vRealize Automation Entitlements for Catalog Items and Resource Actions. Originally it was needed to ensure we could retain the correct entitlements during an upgrade of Enterprise Hybrid Cloud, but it can be used for any set of Catalog Items / Resource Actions (you just change need to enter names of the items you want to protect in the configuration files)
It uses a combination of PowerShell (including PowerVRA) and Cloud Client to get the job done. It will install PowerVRA if missing, and will also configure Cloud Client for you so you don’t need any experience with it. As with most of my scripts its menu driven and gives you options to Capture, Validate or Repair Entitlements. It comes with a short user manual attached below and is called CIER (Catalog Item to Entitlement Repair Utility)
Enjoy!
Script Location
https://github.com/feardamhan/powershell-scripts/blob/master/cier.ps1
Leave a Reply