Category Archives: How to

Automating LDAPS Configuration on vCenter Server using PowerCLI and Bash 2

Automating LDAPS Configuration on vCenter Server using PowerCLI and Bash

In today’s post, we’ll explore a PowerShell script that automates the LDAPS configuration (LDAP over SSL) on a vCenter Server. This script, named Configure-VcIdentitySourceLdaps.ps1, performs various tasks, including connecting to a vCenter Server, retrieving certificates from a domain controller, and configuring LDAPS with SSO (Single Sign-On). Let’s dive into the details of the script and…

Read More

Configure IPSec VPN tunnels with terraform in Cloud Director 10.x 5

Configure IPSec VPN tunnels with terraform in Cloud Director 10.x

In my previous blog post, I showed you how to configure IPSec VPN tunnels from within the Cloud Director GUI. But what if you want to automate this repetitive task? In this blog post I will explain how you can achieve this with Terraform. Configuring and maintaining the IPSec VPN tunnels will become more easy…

Read More

Upgrade vRA 8.6.2 to 8.10.2 without vRSLCM 7

Upgrade vRA 8.6.2 to 8.10.2 without vRSLCM

One of the vRSLCM (vRealize Suite Lifecycle Manager) was recently upgraded without checking the interoperability of the products that were managed by vRSLCM. This broke the connectivity/managebility between vRA on version 8.6.2 (vRealize Automation) and the vRSLCM on version 8.10.0.6. In this blog post i’m going to show you how to upgrade the vRA appliance…

Read More

How to migrate NSX-V to NSX-T 3.2.0.1 with the Migration Coordinator [Fixed topology] 9

How to migrate NSX-V to NSX-T 3.2.0.1 with the Migration Coordinator [Fixed topology]

Ever needed to migrate NSX-V to NSX-T? During this post, i’m going to break down the steps for migrating a NSX-V Data Center Environment to NSX-T. This migration is based on one of the available fixed topologies in the NSX Migration Coördinator. Update 28-5-2023: I have published a new blog post that covers the User…

Read More

How to configure Virtualization based security (VBS) and Guard Credentials with vTPM in vCenter 7.0 U2 10

How to configure Virtualization based security (VBS) and Guard Credentials with vTPM in vCenter 7.0 U2

Virtualization Based Security (VBS) is a Microsoft Windows feature that was introduced in Windows 10, Windows Server 2016 and higher. Microsoft VBS uses hardware virtualization features to create and isolate a secure region of memory from the normal operating system. For example, Windows can use this isolated memory space to store credentials (Credential Guard) to…

Read More