Oct
10
2018

ESXi and Nutanix post configuration using PowerCLI

For years I’ve been using kickstart for the installation and configuration of VMware ESXi. Who doesn’t know William Lam kickstart blogs?
Using kickstart, I can do a fully unattended installation and configuration of ESXi.

But, when using an HCI solution like Nutanix, host are pre-installed (foundation) with VMware ESXi, and the Nutanix CVM runs (as a VM) on the hypervisor. So you don’t need to install ESXi separately. 
If you want to use one script to configure VMware ESXi and the Nutanix CVM. Which includes configuring options like changing default passwords or adding a ESXi host to a VMware Distributed vSwitch, kickstart using esxcli and bash command, isn’t flexible enough anymore.

After a little digging around in different options, I decided to use PowerShell. This enables me to create an configuration script, where I can configure 98% of all the setting I want. This script can run on your laptop or on a management server.

Continue Reading »

Sep
3
2018

VMworld 2018 US: My thoughts

It’s has been almost a week since VMworld 2018 US. And I have to say, what a week!

I’ve spoken to so many people. Old friend made some new friend, and spoke to a lot of vendors on the Solution Exchange.

In my opinion, this VMworld was great! Not because of all the new exciting things that were announced. 

But more because most of the announcement where about product upgrades and feature improvements.

I like the fact, VMware is taking his time, to make his product more mature (not that they aren’t mature already, but you get my point).

Let me recap the most important thing, that struck me.

Continue Reading »
Aug
21
2018

Powershell: Create 1000 AD test users

Sometimes you need to test something in your lab and you need a 1000 test users.  For this, I created a simple Powershell script. Feel free to use.

Make sure to set the correct variables and that the OU exists!

Continue Reading »
Aug
20
2018

VMworld 2018

VMworld world is around the corner, just 1 week left until all the fun kicks off.

This year, I’m honored to get a blogger pass for the best tech event in the world! 
VMworld is a very deverise event, which is fundamental for my role als a VMware architect.

Breakout sessions

Many bloggers have published there top X breakout session list. So here is my top 5:

Continue Reading »

Jun
15
2018

VCSA CLI install error: format requires a mapping

While writing a standard vCenter installation procedure for a customer, I was testing the CLI installation of the Platform Service Controller (PSC) for VMware vCenter 6.5.

I really love the CLI installation method, it enables you to perform the same install procedure over and over again. If you want to know how to create a CLI install for the VCSA, I wrote a blog post about this topic a while ago.

Continue Reading »