make_custom_esxi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| make_custom_esxi [2020/02/23 11:51] – admin | make_custom_esxi [2022/01/25 21:57] (current) – chris | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Install-Module -Name VMware.PowerCLI | Install-Module -Name VMware.PowerCLI | ||
| + | |||
| + | Step-by-Step install: | ||
| + | |||
| + | Step 1: Install ESXi PowerShell Module | ||
| + | Run PowerShell with elevated privilege (run as administrator) | ||
| + | PS D:\> Install-Module -Name PowerShellGet -Force | ||
| + | PS D:\> Install-Module -Name VMware.PowerCLI | ||
| + | |||
| + | Step 2: Changing the Windows PowerShell Script Execution Policy | ||
| + | PS D: | ||
| + | |||
| + | Step 3: Download ESXi-Customizer-PS | ||
| + | Go to https:// | ||
| + | |||
| + | Step 4: Run PowerShell script (see below) | ||
| + | |||
| this could take some time. Eventually you should have the ESXi-Customizer-PS-vX.X.X on your Desktop. | this could take some time. Eventually you should have the ESXi-Customizer-PS-vX.X.X on your Desktop. | ||
| Line 30: | Line 46: | ||
| Next start RUFUS and make your bootable USB. | Next start RUFUS and make your bootable USB. | ||
| + | |||
| + | |||
| + | |||
| + | UPDATE!!! | ||
| + | ========= | ||
| + | |||
| + | If you encounter the issue that your connection is refused/ | ||
| + | |||
| + | | ||
| + | Reboot the machine and try again. This issue is due to the use of SSL3. | ||
make_custom_esxi.1582455061.txt.gz · Last modified: 2020/02/23 11:51 by admin
