


AnyDesk Software GmbH distributed this program. Any help would be immensely appreciated.AnyDesk is a kind of remote desktop application. Has anyone experienced this, or is this a new Windows 11, random "feature" haha. Python 3.7 is also in the system environmental variables : PATH=C:\Program Files\Python37\Scripts\ C:\Program Files\Python37\ I have tried newer versions of Python, but uninstalled, due to the error specifically calling for 3.7. Python 3.7 is installed and can be called from the PowerShell command line : Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) on win32. I even tried an older reference to an environmental command : ::SetEnvironmentVariable("Path", "$env:Path c:\Program Files\Python37\python.exe"), which throws no response, or result. Session UseSystemProxy Multiple Unset True 300 Scope ProxyPolicy DefaultVIServerMode InvalidCertificateAction DisplayDeprecationWarnings WebOperationTimeout The only one that does not throw an error is to the explicit executable, which is located in C:\Program Files\Python37, so the command looks like : Set-PowerCLIConfiguration -PythonPath "C:\Program Files\Python37\python.exe" While I am unable to find any documentation on that specific "-PythonPath" switch, I have attempted to run it with and without an explicit path to the python executable. The PowerCLI Compatibility Matrixes for information on the Python requirements. Installed and that you have set the path to the Python executable by using Set-PowerCLIConfiguration -PythonPath. I've not found this on any Google search, DuckDuckGo search, PowerShell site, nor VMware site yet.Īdd-EsxSoftwareDepot : Could not initialize the VMware.ImageBuilder PowerCLI module. When attempting to create a custom ISO (injecting nvme drivers), I ran the following from an Administrative PowerShell window : Add-EsxSoftwareDepot. I've loaded (get-module) all relevant PS modules for VMware and am running v13 of VMware.PowerCLI and v8.0.0.2 of VMware.ImageBuilder. I have a Win 11 machine running Powershell version 1.
