vmware-scripts icon indicating copy to clipboard operation
vmware-scripts copied to clipboard

Various scripts for VMware based solutions

Results 55 vmware-scripts issues
Sort by recently updated
recently updated
newest added

updated script to download the latest version of the cloudbase-init installer dynamically from the repository

Potential solution for #117. Test output difference: ```diff PS C:\users\jason\desktop\custom-esxi-image> .\create_custom_esxi_iso.ps1 Processing ESXi Base Image C:\Users\jason\Desktop\custom-esxi-image\VMware-ESXi-7.0U3d-19482537-depot.zip ... Processing ESXi Driver C:\Users\jason\Desktop\custom-esxi-image\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip ... Processing ESXi Driver C:\Users\jason\Desktop\custom-esxi-image\nvme-community-driver_1.0.1.0-3vmw.700.1.0.15843807-component-18902434.zip ... Creating Custom ESXi...

`$ESXIDriver` is undefined. It should be `$ESXIBaseImagePath`. Example output difference: ```diff PS C:\users\jason\desktop\custom-esxi-image> .\create_custom_esxi_iso.ps1 -Processing ESXi Base Image ... +Processing ESXi Base Image C:\Users\jason\Desktop\custom-esxi-image\VMware-ESXi-7.0U3c-19193900-depot.zip ... Processing ESXi Driver C:\Users\jason\Desktop\custom-esxi-image\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip ......

Hi, sorry opened this before wrongly. I updated the NSX Endpoint and validated that i am able to get the routes with the new endpoint from a VMC environment. Seems...

- Adding vcsp type "file" type for a catchall.

Updated with vCenter, ESXi and vSAN build version mappings for builds released after August 2019.

Update VMKeystrokes.ps1 to allow a full range of modifiers such as alt-f4 and control-alt-delete. The syntax is now similar to Windows Script Host's SendKeys.

The code adds the possibility to query also for datacenter name instead of cluster name. Please verify if the script still works for clusters as I don't have any to...

* Update comment based help with shorter synopsis and examples * Add help comments for parameters * Get rid of need to define variables outside the scope of the function...

If a VM has an unmounted filesystem, its free space and capacity are both reported as zero, leading to a divide by zero error and crash when the percentage of...