mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 07:56:00 +03:00
[GH-ISSUE #47] cross platform compatibility is missing #28
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#28
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 @chr1s386 on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/47
This script wont work with PowerShell on Macos causing the paths with backslash
@VFrontDe commented on GitHub (Oct 7, 2022):
The script currently requires PowerCLI on Windows, because the VMware Imgebuilder module (that it uses) has not yet been ported to PowerShell Core.
So I have not yet worried about path names etc. to be compatible with MacOS and Linux.
@chr1s386 commented on GitHub (Oct 7, 2022):
Ok, you are right!