Close

Scripts

Interrogating data using modern applications

Interrogating data using modern applications I love working with data and with visualisations. I am often at my happiest when working with a large data set trying to find the answer to questions or trying to present data in a way that make it more accessible without losing its meaning.  In the UK, government departments […]

Read More

PowerShell: Searching guestinfo.appinfo for an Application or Service

PowerShell: Searching guestinfo.appinfo for an Application or Service VMware Tools 11 can be configured to collect information of running services inside a virtual machine.  When the information is captured it is stored in the advanced setting guestinfo.appinfo.  I’ve written about this before and how that information can be exported to a CSV and transformed with […]

Read More

Adding Virtual Machine advanced settings to custom properties in vRealize Operations

Adding Virtual Machine advanced settings to custom properties in vRealize Operations I’ve been working with a customer recently that want to display advanced settings from a virtual machine in vRealize Operations manager.  If you didn’t know vROPs does a fantastic job of collecting object settings and presenting them back so they can be tracked in […]

Read More

vRealise Orchestrator 8.0.1 installation errors

vRealise Orchestrator 8.0.1 installation errors As part of something else that I’ve been working on I needed to install vRealize Orchestrator (vRO) into the lab.  I’d not installed the latest versions of vRO but I was aware that the architecture had changed from earlier versions, and was now built upon kubernetes. vRO Deployment vRO is […]

Read More

VMware PowerShell – VM Advanced Settings – ‘guestinfo.ignition.config.data’

VMware PowerShell – VM Advanced Settings – ‘guestinfo.ignition.config.data’ Working this evening with my colleague Dean this evening he asked me to create a quick PowerShell script to help him with an OpenShift 4 installation.  What he needed to do was to edit the advanced setting ‘guest.ignition.config.data’ with a base64 encoding value. The quick and dirty […]

Read More

VMware PowerShell – Useful HealthCheck Remediation Scripts

VMware PowerShell – Useful HealthCheck Remediation Scripts I get to conduct and review the recommendations and findings from a VMware HealthCheck and Best Practice Reviews.  Recently I conducted one and to help with remediation I pulled together some simple PowerShell Scripts to remove the manual effort. Disconnect all Connected CDs from VMs A very common […]

Read More