Interrogating Public Police Data with open-source technology and serverless methods ##* Update, the dashboards are currently Offline (June 17th). This was built as an educational tools and to demonstrate the art of the possible. If you are interested in funding or rebuilding within your own cloud subscription please contact me*## I wrote previously about using […]
Read More
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 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
Exporting vROPs Alert and Symptom Definitions as CSV I saw a question over on VMTN asking how to export Alert and Symptom definitions from vROPs from the GUI. It is perfectly possible to do that with vROPs 8.1, but you are going to need to go through page after page of definitions and export them […]
Read More
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
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 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
How to get the available Azure VM sizes with – Get-AzureRmVmSize I was recently working with a customer who was struggling to get a list of available Azure VM sizes for the locations he wanted to deploy Az IaaS VMs. Whilst I work mainly with VMware technologies a customer is a customer, so I was […]
Read More