Search query: label/JSON

New to Me: VxRail Network Validation Tool

New to Me: VxRail Network Validation Tool

...and correct any issues with your deployment JSON.  The current version released (5.2.0) sports a nice simple UI where you can import the JSON and ... 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

EMC VxRail Deployment Screens

EMC VxRail Deployment Screens

...JSON text file.  Made for an easy way to deploy in a consistent manner.   The JSON file was used to prepopulate the wizard with all ... Read More

Failed to upload AOS package to Nutanix via Browser

Failed to upload AOS package to Nutanix via Browser

...CVM with Putty again and run the following command. ncli software upload file-path=/home/nutanix/nutanix_installer_package-release-euphrates-5.10.1-stable.tar.gz software-type=nos meta-file-path=/home/nutanix/euphrates-5.10.1-metadata.json Replace both the binary package and json file with the ... 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