Search query: label/Scripting

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

Post P2V Batch file information to Automate Cleanups

Post P2V Batch file information to Automate Cleanups

I’ve been busy doing A LOT of P2V conversions lately and decided to look into automating some of it!  Found these great links to scripting ... 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

VMware PowerCLI – Quick query to list VMs restarted in an HA event

VMware PowerCLI – Quick query to list VMs restarted in an HA event

I don’t practice my PowerShell scripting nearly enough day to day for it to really stick so when I see/use these quick little one-liners that ... Read More

What’s new with VMware Horizon 8 (Or 2006 as it prefers to be called)

What’s new with VMware Horizon 8 (Or 2006 as it prefers to be called)

...will help to make scripting and automating a lot easier. The other thing I’m excited about is the swagger-ui endpoint explorer. You will be able ... Read More