1. Install the PowerCLI Command in Windows PowerShell (Run as Administrator):
1. Open the following URL: https://< vCenter hostname/ESXi hostname >/mob/
2. Log in as an administrator.
3. Search for "content" in the NAME column, and click the link in the VALUE column in the same row.
4. Search for "rootFolder" in the NAME column, and click the link in the VALUE column in the same row.
5. Search for "childEntity" in the NAME column. In the VALUE column in the same row, find the Datacenter where the VM resides and click on its link.
6. Search for "vmFolder" in the NAME column, and click the link in the VALUE column in the same row.
7. Search for "childEntity" in the NAME column. In the VALUE column in the same row, click "more..." to expand the VM list. Find and click on the VM you want to modify.
8. Search for "config" in the NAME column. In the VALUE column in the same row, click the link.
9. Search for "ReconfigVM_Task" in the Methods table, and click the link.
10. In the newly opened browser, remove all contents in the VALUE field and enter the following code, replacing the sample UUID with the desired new UUID:
<spec>
<instanceUuid>2499952a-6c85-480e-b7df-4cbd2137eb69</instanceUuid>
</spec>
11. Click the "Invoke Method" link to apply the new UUID.
12. To verify that the new UUID is applied, close the newly opened browser and return to the page where you performed step 8.
13. Search for "config" in the NAME column and click the link in the VALUE column in the same row.
14. Search for "instanceUuid" in the NAME column. The VM's UUID is displayed in the VALUE column in the same row.