VFrontDe-Org / ESXi-Customizer-PS

PowerCLI script that greatly simplifies and automates the process of creating fully patched and customized VMware ESXi installation images
677 stars 165 forks source link

Create how_to_run_on_the_unprepared_system.md #73

Open learningtime2025 opened 10 months ago

learningtime2025 commented 10 months ago

file for copy/paste command on newly installed windows, i was too lazy to find the prepared VM that i was made early

ILogEverything commented 2 weeks ago

https://github.com/ILogEverything/ecps-requirements-setup

ihumster commented 2 weeks ago

ExecutionPolicy Unrestricted is bad and unsafe variant. RemoteSigned will be enough. For downloaded scripts enough to use Unblock-File cmdlet.

For installation PowerCLI enough only Install-Module -Name Vmware.PowerCLI -NoClobber, no need to install separate components (like VMware.VimAutomation.Core or VMware.ImageBuilder, they are already included).