vCO Workflow Script to Configure vCenter Orchestrator for Cluster Mode
The following is a vCO Workflow Script to Configure vCenter Orchestrator for Cluster Mode var blnClusterMode; blnClusterMode = true; var intActiveNodes;... Continue reading →
The home of everything vRealize
The following is a vCO Workflow Script to Configure vCenter Orchestrator for Cluster Mode var blnClusterMode; blnClusterMode = true; var intActiveNodes;... Continue reading →
The following is the vCO Workflow Script to Configure vCenter Orchestrator to use an SQL Server Database var strCurrentDB; strCurrentDB =... Continue reading →
The following is the vCO Workflow Script to Configure vCenter Orchestrator SSO var blnAdvancedMode; blnAdvancedMode = true; var strDomainName; strDomainName =... Continue reading →
The following is the vCO Workflow Script to Change Advanced Settings on an ESXi Host. var arrVcOptionValue; arrVcOptionValue = new Array();... Continue reading →
The following code is the vCO Workflow Script to Upgrade VMware Tools and Virtual Machine Hardware var objModule; objModule = System.getModule("com.vcoflow");... Continue reading →
VMware have released vCenter Orchestrator v5.5.1 and in the release notes there are some surprising announcements, no more 32bit, no more... Continue reading →