User Tools

Site Tools


make_custom_esxi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
make_custom_esxi [2020/02/23 11:51] adminmake_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:\Set-ExecutionPolicy Unrestricted
 +   
 +   Step 3: Download ESXi-Customizer-PS
 +   Go to https://www.v-front.de/p/esxi-customizer-ps.html and download ESXi-Customizer-PS-v2.5.1.ps1 and move the script to D:\ (to ease our job)
 +   
 +   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/closed than enter the following command into an elevated PowerShell:
 +
 +   [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Ssl3
 +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