It will install all required components for correctly run ESXi-Customizer-PS.
Additionally, it downloads ESXi-Customizer-PS.ps1 into the same directory where you run it.
Make sure:
- Run ecps-requirements-setup.ps1 as Admin
- Your pc can run powershell scripts
Open PowerShell as Admin and type
Get-ExecutionPolicy
If the result is "Restricted" type
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
then launch requirements-setup.ps1 and wait.