Search query: label/XML

Quick and easy: How to install Microsoft Office (or O365) in just 4 steps!

Quick and easy: How to install Microsoft Office (or O365) in just 4 steps!

...resulting XML configuration file (we’ll assume you named it MyOfficeSetup.xml in what follows – might as well save it to the same folder as the ... 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

ThrowBack Thursday! – Converting VMs from vSphere 4.1

ThrowBack Thursday! – Converting VMs from vSphere 4.1

...1.0 again with the legacy vCenter. The workaround was to enable TLS1.0 in converter-server.xml, converter-worker.xml and converter-agent.xml by changing tag <sslOptions> from 123422720 to 56313856.  ... Read More

Using ChatGPT to Dive DEEP into my Home Electric Data

Using ChatGPT to Dive DEEP into my Home Electric Data

...usage reports for its customers, which include energy usage readings taken at least each hour. The data was provided in an XML format, which is ... 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