Skip to content

ILogEverything/ecps-requirements-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

ecps-requirements-setup

What this script do

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:

  1. Run ecps-requirements-setup.ps1 as Admin
  2. Your pc can run powershell scripts

If you don't know if 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.

About

Automatic env setup for lazy people

Resources

Stars

Watchers

Forks

Packages

No packages published