Adding PowerShell Server to vRO 8 with Kerberos Authentication

If like me, you still have to use SCCM for windows deployment automation, then you will be forced to add PowerShell Server endpoint to your vRealize Orchestrator. This is the only way I know of interacting with SCCM and SCOM 🙁 Additionally windows colleagues wont make it easy for us and force us to use …

[Quick Hint] How to Restart vRealize Orchestrator 8.x

As we all know vRO 8 is now a pod in new vRA 8 deployment. In the past when i wanted to restart vRO service i had several options. VAMI on port :5480 had a restart button, commands service vco-server restart and service vco-configurator restart on cli console or in case of external vRO even …

[Quick Hint] Disable and Enable of vRA7 Services with vRO workflow

If you need to prevent people form deploying new VMs during a certain times. For example when one of your vRA third-party services are being backup and is offline. The easiest way to achieve this is to disable the services that contain catalog items which you want to prevent form being deployed.

Running vRO Workflows from Ansible playbook

I had a need to run vRealize Orchestrator workflow directly form my Ansible Tower.To do that I wrote a dedicated Ansible module that allows to run any vRO workflow form Ansible playbook. This is useful if you want to reuse automation you already done in vRO or if you are dealing with something that is …