Home Lab Series: Mini ESXi Hosts at The Network Edge
Home Lab Series: Mini ESXi Hosts at The Network Edge This all started when I saw that Cisco used to... Continue reading →
The home of everything vRealize
Home Lab Series: Mini ESXi Hosts at The Network Edge This all started when I saw that Cisco used to... Continue reading →
vCO Workflow Script to Enable vCenter HA var arrDNSServers = new Array(); arrDNSServers.push("192.168.0.1") var arrGateway = new Array(); arrGateway.push("192.168.0.1") var... 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"; var... 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 '" + objVcVirtualMachine.config.instanceUuid... Continue reading →