Just a quick post as I ran into an issue where GIT stopped working after I upgraded to macOS Monterey. When trying to run any Git command I would receive…
How to Interact with VMware NSX-T REST API using Powershell
NSX-T Manager provides a REST API, using JSON object encoding , which can be used to automate management activities. Clients can interact with the API using RESTful web service calls…
How to Add Distributed Firewall (DFW) Rules in VMware NSX-T Datacenter
The distributed firewall is one of the key features of VMware NSX-T. This article will show you how to add NSX-T distributed firewall rules using the NSX-T Manager user interface.…
If trying to connect to an older vCenter server (for example 5.5) using PowerCLI you may receive a invalid certificate error such as the one shown below: This issue will…
How to List the Powershell Version Installed on Local and Remote Computers
This short article will should you a number of ways in which you can list the version of PowerShell installed on your loca system and on remote hosts. How to…
Following on from this article covering how to deploy Windows Virtual Desktop resources, this article will show how you can also deploy WVD session hosts using Terraform. The previous article…
In this article we will take a look at how to deploy a Kubernetes cluster on Ubuntu 18.04 using Ansible Playbooks. I have found Ansible to be a fantastic tool…
LXD/LXC is great for setting up test / development environments as it allows us to quickly create Linux based containers that behave like full virtual machines. I recently had the…
vCenter – Exception in invoking authentication handler User password expired
When logging into the VCSA appliance management interface, you will receive the Exception in invoking authentication handler User password expired error message if your vCenter / VCSA root password has…
This tutorial details how to install LXD on Ubuntu. We will look at how to install and initialize LXD manually, then how to install LXD using a preseed file, which…