Install VMware PowerCLI

You can install VMware PowerCLI via either the online installer, i.e direct into PowerShell, or via an offline installer. The offline installer instructions can be found here. For online installation, you can perform the following steps: Step 1 – Open PowerShell, you may need to “Run as Administrator”. Step 2 – Install all PowerCLI modules … Read more

VMware vCenter – “Exception in invoking authentication handler User password expired”

An appliance that was deployed over 90 days old with no changes made to the default settings. When attempting to logon to the VAMI console of the appliance i.e. https://vcenter.domain.com:5480 you get the message: “Exception in invoking authentication handler User password expired”. To resolve this you need to reset the password, then set it not … Read more

Enable AVX2 on a Virtual Machine

We had a request to enable AVX2 on a virtual machine. AVX2 are virtualisation extensions, essentially its providing processor instructions through from the physical CPU that are for optimizing virtualisation. In simple terms allow a virtual machine to be able to run virtualised workloads. You would need to enable this setting if you wanted to … Read more

VMware vCenter SSO Authentication via OKTA (with SCIM User Provisioning – Locally Driven)

VMware vCenter can use a multitude of authentication methods, such as LDAP, Active Directory and SAML (ADFS), however since vCenter 8.0 U1 the ability to integrate with OKTA for authentication has been added, which allows for adding MFA (multi-factor authentication) for enhanced security and detaching the vCenter appliance from Active Directory. When switching to use … Read more