vRO Workflow Script to Perform Pings and Port Checks Using PowerShell
The following script enables pings and port checks to be performed using PowerShell. var strVirtualServerFQDN; strVirtualServerFQDN = "fqdn.vcoflow.co.uk";... Continue reading →
The following script enables pings and port checks to be performed using PowerShell. var strVirtualServerFQDN; strVirtualServerFQDN = "fqdn.vcoflow.co.uk";... Continue reading →
The following script generates a Key Pair for SSH try { var strFingerPrint; strFingerPrint = KeyPairManager.generateKeyPair("dsa", "../server/vmo/conf/vco_key_for_ssh", "P@ssw0rd1!",... Continue reading →
The following script gets all virtual machine files System.log("=================================================="); System.log("=============== List of All Files ================"); System.log("=================================================="); for ( var... Continue reading →
The following script gets all files in a datastore var objProperties; objProperties = new Properties(); var arrVcSdkConnection; arrVcSdkConnection =... Continue reading →
The following is the script to list workflows in folders var arrWorkflowCategory; arrWorkflowCategory = new Array(); var arrAllWorkflowCategory;... Continue reading →