Search query: label/AppSpeed

Upgrading VMware AppSpeed 1.2 to 1.5

Upgrading VMware AppSpeed 1.2 to 1.5

...is pretty straight forward with 2 ESX hosts, VC (as a VM), some other VMs and the AppSpeed server. Pull up a console and mount ... Read More

AppSpeed 1.5 left behind if you upgrade to vSphere 5.

AppSpeed 1.5 left behind if you upgrade to vSphere 5.

I dig AppSpeed!  I know I might be in the minority here in the sense that most people don’t even know what the product 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

OpenDNS and Internet Filtering.

OpenDNS and Internet Filtering.

Here is a quick write up for my daughter’s school on the various ways to filter websites and keep the students productive and safe. Initially ... 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