Go is a modern programming language developed by Google and has been used to write many well known applications such as Docker, Terraform and Kubernetes. This short article covers how…
The Powershell remove-item cmdlet can be used to delete files, but it also can be used to remove other objects such as folders, registry keys and powershell variables. I’ve written…
For Terraform 0.12 and later, you can use the join() function, to allow you to join or concatenate strings in your Terraform plans. The terraform join function has two inputs, the separator…
First of all, what are Git tags? Tags are labels or ref’s that point to specific points in your Git history. They are generally used to mark or highlight a…
This is a quick article to share a couple of ways in which you can quickly find and create .gitignore files for which ever technology or language you are working…
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…