Search query: label/Jason Boche

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

How to enable ALUA and Round Robin Multipathing with ESX and Clariion CX4

...and Round Robin, check out Chad Sakac’s post and Jason Boche’s post.  After reading the WHYs, keep reading below for the the HOW.  Skip to ... Read More

Tech Field Day Bahston!

...on the roster.  Check out the attendee list below with sponsors below. The following delegates are confirmed for Tech Field Day Boston, April 8 – ... Read More

Great Distributed Power Management Video

Great Distributed Power Management Video

As blogged by Jason Boche, there has been confirmation that DPM will be fully supported in the next release of VMware VirtualCenter.  I am hoping ... 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