mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #44] Script freezes on 'Connecting the VMware ESXi Software depot' #25
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 -ozipavoids #15.