HOWTO: Create vRealize Automation User Role in vCenter using PowerCLI
PowerCLI PowerShell
Published on 16 August 2016 by Christopher Lewis. Words: 173. Reading Time: 1 mins.
I thought I would share a quick script to create a vCenter User Role with all the appropriate permissions for use with vRealize Automation (6.x or 7.x).
The script creates a new User Role within vCenter called vRealize Automation User.
Note: if you don’t like the name you can change the $role
property to anything you like.
The script prompts for following information:
- vCenter Server FQDN
- the vCenter/SSO User with rights to create the role
- the vCenter/SSO User password
- the vRealize Automation Service account (that you want to assign to the permission)
And then automagically creates the new vCenter role with the required privileges and assigns permissions to the vRealize Automation service account from the root of the vCenter Server and propagates down.
Why script this single seemingly simple task? Well - I complete a lot of installations of vRealize Automation and it can be time consuming to create this vCenter Role every time! When you’re going to do it more than once, automation and orchestration are your friends!
The Script
Happy Scripting!
Published on 16 August 2016 by Christopher Lewis. Words: 173. Reading Time: 1 mins.
- HOWTO: Automate the installation of the External Platform Services Controller using PowerCLI & JSON - Part 2 ()
- HOWTO: Automate the installation of the External Platform Services Controller using PowerCLI & JSON - Part 1 ()
- Book Review: VMware vSphere PowerCLI Reference: Automating vSphere Administration - 2nd Edition ()
- HOWTO: Power On a VMware Virtual Machine with PowerCLI (PowerCLI 101) ()
- HOWTO: Create a Custom VMware vSphere 6.x ESXi Image using PowerCLI ()
- Operating a Private Cloud - Part 3: Creating a Pricing Card in VMware Aria Automation
- Operating a Private Cloud - Part 2: Creating a Pricing Card in VMware Aria Operations
- Operating a Private Cloud - Part 1: Understanding Pricing Cards in VMware Aria
- Zero2Hero - Using Aria Automation to Deploy Multiple Machines with Multiple Disks - Part 5
- Zero2Hero - Using Aria Automation to Deploy Multiple Machines with Multiple Disks - Part 4