Bulk disk expansion workflow allows you to extend virtual machine disks using a .csv file for input.
Input values are vm name (vmname), disk number (diskNr), and the size in GB (newSizeGb) of the desired disk after expansion. Windows C:\ drive disks are typically Hard Disk 1. This workflow only expands the vmdk, in-guest disk expansion is still required. See attached workflow package. You can swap out the extendDisk element for anything you want such as add memory or cpu or snapshot, etc,. just edit the ParseData element script values to match your input.
Workflow schema:
Input .csv file requires 3 inputs shown below:
vmname,diskNr,newSizeGb
Extender01,1,100
Extender02,1,100
Extender03,1,250
Extender04,1,120
Extender05,1,160
Extender06,1,100