[GH-ISSUE #44] Script freezes on 'Connecting the VMware ESXi Software depot' #25

Closed
opened 2026-02-28 02:14:19 +03:00 by kerem · 0 comments
Owner

Originally created by @dcasota on GitHub (Jul 12, 2022).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/44

Hi,
this is a note for others who might have the same issue and how it can be solved.
ESXi-Customizer v2.8.1 freezes on line 250 if ($basedepot = Add-EsxSoftwaredepot $vmwdepotURL) {. The issue has been reproducible on W10 with PowerCLI 12.5.0.19195797.
The only solution found was to completely remove PowerCLI and to reinstall it with install-module -name VMware.PowerCLI -force -SkipPublisherCheck. Actually it installs PowerCLI 12.6.0.19610541.
The sequence option .\ESXi-Customizer-PS-v.28.1.ps1 -ozip avoids #15.

Originally created by @dcasota on GitHub (Jul 12, 2022). Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/44 Hi, this is a note for others who might have the same issue and how it can be solved. ESXi-Customizer v2.8.1 freezes on line 250 ``` if ($basedepot = Add-EsxSoftwaredepot $vmwdepotURL) {```. The issue has been reproducible on W10 with PowerCLI 12.5.0.19195797. The only solution found was to completely remove PowerCLI and to reinstall it with ```install-module -name VMware.PowerCLI -force -SkipPublisherCheck```. Actually it installs PowerCLI 12.6.0.19610541. The sequence option ```.\ESXi-Customizer-PS-v.28.1.ps1 -ozip``` avoids #15.
kerem closed this issue 2026-02-28 02:14:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ESXi-Customizer-PS#25
No description provided.