vCO Workflow Script to Create a vCenter SNMP Device
The following is the vCO Workflow Script to Create a vCenter SNMP Device var strAddress; strAddress = "vCenterServer.vCOFlow.co.uk"; var strName; strName =... Continue reading →
The home of everything vRealize
The following is the vCO Workflow Script to Create a vCenter SNMP Device var strAddress; strAddress = "vCenterServer.vCOFlow.co.uk"; var strName; strName =... Continue reading →
The following is a multi-part series of vCO Workflow Scripts to Create a Distributed Virtual Switch – Part 4 System.log("===================================================================================================="); System.log("=====... Continue reading →
The following is a multi-part series of vCO Workflow Scripts to Create a Distributed Virtual Switch – Part 3 System.log("===================================================================================================="); System.log("=====... Continue reading →
The following is a multi-part series of vCO Workflow Scripts to Create a Distributed Virtual Switch – Part 2 System.log("===================================================================================================="); System.log("=====... Continue reading →
The following is a multi-part series of vCO Workflow Scripts to Create a Distributed Virtual Switch – Part 1 System.log("===================================================================================================="); System.log("=====... Continue reading →
The following is the vCO Workflow Script to Disable SSH on ESXi Hosts var arrVcHostSystem; arrVcHostSystem = objVcSdkConnection.getAllHostSystems(null, null); for (... Continue reading →
The following is the workflow script to adda DRS VM Group and a DRS VM Affinity Rule. var strVmGroupName; strVmGroupName... Continue reading →
The following is the script for the action to wait for a vCenter task to complete. if (objVCTask == null)... Continue reading →
The following is the script to create a new virtual machine in vCenter. var objVcDatastoreInfo; objVcDatastoreInfo = objVCDatastore.info; var objVcVirtualMachineFileInfo;... Continue reading →
vCO Workflow Script to Find a Virtual Machine DRS Group and Add New Virtual Machines var objVcClusterVmGroup; objVcClusterVmGroup = new... Continue reading →