PowerCLI is commonly used by vSphere admins to automate tasks. In this AWS re:Post Article, I demonstrate importing and exporting […]
Tag: export
SDDC Import/Export for VMware Cloud on AWS – Part IX – Improving Import Speeds
The Fling runs import commands serially – this can result in an extremely long import time for customers with large […]
SDDC Import/Export for VMware Cloud on AWS – Part VI – Adding a New Feature – Writing the Import Code
In the previous post, we wrote code to export Service Access configuration. In this post, we will import the configuration. […]
SDDC Import/Export for VMware Cloud on AWS – Part V – Adding a New Feature – Writing the Export Code
In Part IV, I figured out the API calls for Service Access. In this post, I will implement the Python […]
SDDC Import/Export for VMware Cloud on AWS – Part IV – Adding a New Feature – Finding API Calls
In Part III of this blog series, we showed you how to import your SDDC config. In Part IV, we […]
SDDC Import/Export for VMware Cloud on AWS – Part I – Introduction
The SDDC Import/Export Tool for VMware Cloud on AWS is an open source Python project. Nico Vibert and I are […]
SDDC Import/Export for VMware Cloud on AWS – Part II – Exporting
In Part I of this blog series, we introduced the VMware Cloud on AWS SDDC/Import Export Fling. In Part II, […]
SDDC Import/Export for VMware Cloud on AWS – Part III – Importing
In Part II of this blog series, we showed you how to export your SDDC config. In Part III, we […]
PowerCLI script to export all Vms
Here is a PowerCLI script I hacked together to list out all of our VMs by cluster. # List out […]