1. 작업용 폴더 만들기
자신의 c드라이브 밑에 esxi라는 이름의 파일을 만들어놓는다

2.드라이브 다운로드

http://vibsdepot.v-front.de/tools/ESXi-Customizer-PS-v2.6.0.ps1 링크로 접속하여 2.61ps를 다운로드한다

http://vibsdepot.v-front.de/depot/bundles/net55-r8168-8.045a-napi-offline_bundle.zip

3.power shell
윈도우 란에 power shell 를 검색하여 진입한다
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser ( y)

Install-Module -Name VMware.PowerCLI -AllowClobber (y)


https://www.codingfactory.net/11405