Automating CSR and ESXI Deployments with Ansible!

Labbing is an important way to improve your skills and gain experiences with new technologies! There are tons of ways to Lab with a lot of professionals transitioning from Physical to Virtual Labs especially with CML, GNS3 and EVE-NG. In my Lab, I have been using a lot of Virtual Appliances (CSR, FTDv, PALOv, ESXI, … Continue reading Automating CSR and ESXI Deployments with Ansible!

Migrate VMNICs from vDS to vSS with ESXCLI (No vCenter)

Recently, I had to migrate my VMNIC bindings from my Distributed Switches to my Standard Switches. Since my vCenter instance was being restored from backup (Failed 7.0 Update), I had to revert back to the ESXCLI. Step 1: Validate Current vDS Switch Settings esxcli network vSwitch dvs vmware list Step 2: Remove NIC from vDS … Continue reading Migrate VMNICs from vDS to vSS with ESXCLI (No vCenter)

Are you using content library’s? Cause you should be!

Background A few versions back VMWare introduced Content Libraries as a way to store and organize data within your VMWare environment. Content Libraries allows admins to store common data (ISO Images, OVF Templates and Templates) in a central repository. Gone are the unorganized datastore folders and searching through each one to find the correct version … Continue reading Are you using content library’s? Cause you should be!

Fixing the Invalid Certificate on PowerCLI

I have recently been working on a fair bit of PowerCLI for a Cyber Defense competition called NECCDC. Every time, when I connect to vCenter, I receive this following error. This error occurs when the default VMWare certificates are not replaced with trusted/matching ones. To resolve this, you need to run the following command. Set-PowerCLIConfiguration … Continue reading Fixing the Invalid Certificate on PowerCLI