Category Archives: Scripting

Python meets Salesforce

I needed to do some Salesforce automation (running an existing report and then manipulating the data before send off to a different API) and, already having a CentOS/Python2-based automation VM up in Google cloud, used Python2 as a starting point. … Continue reading

Posted in API, Python, Scripting | Leave a comment

VMWorld 2018: Sunday Funday!

Another year another VMworld! I got registered early this morning and headed to the HandOnLabs.  Lots of 19xx labs, but nothing groundbreaking that I noticed – mostly updates.  Hopefully any big announcements will release cool labs. I tried challenge labs … Continue reading

Posted in API, Certification, CLI, Cloud, Computing, Scripting, Storage, Virtualization, VMware | Tagged , , | Leave a comment

Migrate VMs between portgroups/virtual switches/vSS/vDS

I wrote this to help a client migrate to VXLAN from portgroups. It pulls from a CSV file named c:\scripts\ImportPortGroups.csv which is structured: VLAN,PortGroup,wire 123,dVLAN 123,192.168.123.0/24 and accepts the initial number (VLAN) as a commandline parameter such as: changeportgroups 123 … Continue reading

Posted in NSX, PowerShell, Scripting, Virtualization, VMware | Tagged , , , | Leave a comment

Free NSX books from VMware

VMware NSX Micro-segmentation: Day 1 Guide VMware NSX Micro-segmentation: Day 2 Guide VMware Operationalizing NSX Automating NSX for vSphere with PowerNSX

Posted in Network, Scripting, Security, Virtualization, VMware | Tagged , | 1 Comment

Powershell report on NSX IP Pools

While troubleshooting and NSX install I began wondering about the NSX IP pools and what was being used in them.  I still need to look up the allocated IPs and report on the objects using them (name, type) but for … Continue reading

Posted in Network, NSX, PowerShell, Scripting, Virtualization, VMware | Tagged , | Leave a comment

VCAP6-DCV Deploy Sample Question 11

Sample Question Intro HOL: HOL-1706-SDC-3 – Security Concepts in the Software Defined Data Center Prerequisites: None Lab: Module 3 : Automating Password Complexity for ESXi Users. Question 11 The Administration team has requested a PowerCLI script to update all ESXi … Continue reading

Posted in Certification, PowerShell, Scripting, Virtualization, VMware | Tagged , , , , | 5 Comments

Miscellaneous 1 (TestTrack Unplugged)

I’ll assume you read the first post in the series or saw the list of all of the scenarios. Miscellaneous 1 Things to note: “Create a file . to set up the new . hosts . configuration matches . existing … Continue reading

Posted in Certification, PowerShell, Scripting, Storage, Virtualization, VMware | Tagged , , | Leave a comment

Virtual Machines 3 (TestTrack Unplugged)

I’ll assume you read the first post in the series or saw the list of all of the scenarios. Virtual Machines 3 Things to note: “noticed several snapshots on the datastore for the VM named Snapshot” = note no GUI … Continue reading

Posted in Certification, PowerShell, Scripting, Virtualization, VMware | Tagged , , | Leave a comment

How to write a certification exam question

On piece of advice I always give about studying for certification exams is to write your own questions for any exam you are studying for. It’s a great exercise to put yourself in the mindset of the SMEs writing the … Continue reading

Posted in Certification, Computing, PowerShell, Scripting, Virtualization, VMware | Tagged , , , , | Leave a comment

Virtual Machines 2 (TestTrack Unplugged)

I’ll assume you read the first post in the series or saw the list of all of the scenarios. Virtual Machines 2 Things to note: “Ensure RAM can be added to the App virtual machine without downtime.” = Hot Plug. … Continue reading

Posted in Certification, PowerShell, Scripting, Storage, Virtualization, VMware | Tagged , , , , , | Leave a comment