VMWare Update Manager has been officially deprecated as of 8.0 and honestly I wasn’t expecting to be doing much more with VUMXtra since it’s last release. However here we are with VUMXtra 1.3 with some significant changes. Read on to find out more.
Tag Archives: PowerShell
ESXi NTP Configuration with PowerShell
As part of a recent automation workflow, I had cause to configure NTP on ESXi hosts. I honestly thought this would be easier than it was, but a couple of issues led me to “roll my own” function which I’m sharing here.
Building ISO Files with PowerShell 7
A function that’s been part of my toolkit for a long time is New-ISOFile by Chris Wu. This excellent little function allowed you to build an ISO file directly from PowerShell, even a bootable one. I came to use it recently on an automation project with PowerShell 7 and discovered there was some compatibility issueContinue reading “Building ISO Files with PowerShell 7”