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…
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…
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…
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…
This article is all about the different methods you can use to ping ports to help in troubleshooting network connectivity issues. The ping command is available across just about every…
This article takes a look at how you can use Terraform to deploy WVD (Windows Virtual Desktop). I use Terraform often to deploy virtual machines and infrastructure, and try and…