Search query: label/OVF

OVF – Open Virtualization Format

OVF – Open Virtualization Format

So what is an OVF and why is it neat? You can read the official scribe here, but basically the neatest part about it is ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

VMware: Failed to Deploy OVF package

VMware: Failed to Deploy OVF package

...client’s vCenter, I was getting the following weird and vague error below. Failed to deploy OVF package ThrowableProxy.cause A general system error occurred: transfer failed: ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More

How to install the VMware Data Recovery Appliance (vDR)

How to install the VMware Data Recovery Appliance (vDR)

...from the Home screen: Click on File – Deploy OVF Template: Select the Deploy from file option and click Browse: In our example the file ... Read More