Home Lab Series: Networking v3
I thought it was about time for an update on the status of my home lab specifically my networking including... Continue reading →
I thought it was about time for an update on the status of my home lab specifically my networking including... Continue reading →
vCO Workflow Script to Trigger vRA Data Collection using an OData Query var strHostID = objVCACHost.id; var strModelName = "ManagementModelEntities.svc";... Continue reading →
This is all about my journey to a more modern Home Lab, a few months ago I upgraded all my... Continue reading →
I thought it was about time that I posted a little more about my new home lab networking setup so... Continue reading →
vCO Workflow Script to Get the Current Value of a Custom Property var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq... Continue reading →
vCO Workflow Script to Create or Update a Custom Property var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" +... Continue reading →
vCO Workflow Script to Check if a Custom Property Exists var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" +... Continue reading →
vCO Workflow Script to Get the Current Value of a Custom Attribute var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager;... Continue reading →