PowervRO: Le toolkit Powershell pour vRO

· 1 minute de lecture
PowervRO: Le toolkit Powershell pour vRO

Après un toolkit pour vRA (vRealize Automation), la solution d'automatisation du Datacenter de VMware

PowervRA is a PowerShell module built on top of the services exposed by the vRealize Automation 7 REST API.

C'est au tour de vRO (vRealize Orchestrator) de disposer d'un toolkit powershell.

PowervRO is a PowerShell module built on top of the services exposed by the vRealize Orchestrator REST API.

PowervRO permet de simplifier les interaction avec vRO depuis la ligne de commande.
Ce module permet d’exécuter, d'importer ou d’interagir avec des workflows.

Ce module est compatible vRO version 6.1, 7.0 et 7.0.1 pour PowerShell 4 et 5

Pour installer ce module une seule ligne de commande au regard de votre version de Powershell

  • Powershell 5

      Install-Module -Name PowervRO
    
  • Powershell 4

      (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/jakkulabs/PowervRO/master/Get-PowervRO.ps1") | iex
    
Liens :