3,161 questions
-2
votes
0
answers
80
views
Installation of anaconda3-2025.12-2 on appvolume/appstack [closed]
I tried to install anaconda3-2025.12-2 on appvolume of VMware, and I got this error message.
How can I fix it? How can I install this version on Windows 10/11?
I tried to install it by running the exe ...
0
votes
0
answers
44
views
Obtaining disk space consumed by snapshot using pyVmomi
I am trying to calculate the disk space used by a snapshot in vSphere 8 using pyVmomi. I can navigate through the snapshots but trying to isolate the files in use by a snapshot is proving difficult. ...
0
votes
0
answers
35
views
nbdkit-vddk-plugin with snapshot= reads base disk only, ignores snapshot chain delta files
I'm using nbdkit-vddk-plugin (v1.42.3, Debian bookworm) to read a VMware VM disk through a snapshot chain for warm migration. The disk opens successfully (correct 25 GB size), CBT detects changed ...
Advice
0
votes
1
replies
65
views
Why is the WSL (Nat) able to reach to Vmware (Nat)?
Thank you all for reading my post in advance.
So I have my VMware Virtual machine (Nat) which is listed as below:
huang@ubuntu:~$ ip route show default
default via 192.168.189.2 dev ens33 proto ...
Advice
5
votes
2
replies
195
views
Why does Python get a red carpet to vSphere while Java gets a CAPTCHA and a shrug?
VMware’s pyVmomi is the velvet-rope VIP pass to vSphere: whisper pip install pyvmomi, and the data center parts like the Red Sea. It’s a universal remote with actual buttons, not stickers.
Java, ...
1
vote
0
answers
79
views
How to pass custom IDataObject format via Drag & Drop from Host to VMware Guest?
I'm facing an issue with drag & drop between a host system and a VMware guest VM, where my application's custom data format gets lost during the process.
My setup:
Host OS: Windows 11
Guest OS: ...
2
votes
1
answer
72
views
Using Git across network denied Linux Vmware
I have a specific scenario where my Windows machine has access to the remote repository just fine, but my Linux 20.04 VMware instance does not (This is intentional, and for the sake of this question, ...
1
vote
1
answer
145
views
Errror Message: ETIMEOUT when try to connect to the microsoft graph api
I've been facing ETIMEOUT error always when I try to make a call to microsoft graph api with axios. I am on the Ubuntu VMware right now and using node - 20.19.2.
I tried to find a solution here and ...
2
votes
1
answer
103
views
How can I get each snapshot size in VMware vSphere by using PyVmomi SDK?
How can I get each snapshot size in VMware vSphere by using PyVmomi SDK?
I got a snapshot object by PyVmomi, but there is not any info about size of the snapshot. Is there any way to get size of the ...
0
votes
0
answers
424
views
Cisco IOU License invalid for GNS3
I am using GNS3 on VMWare Fusion to create Cisco topology with L2 and L3 devices. I am unable to start the devices. I keep getting the error that the IOU license is invalid.
Used this Python script to ...
0
votes
0
answers
205
views
CefSharp is crashing the Application on VDI
We have an application that uses CefSharp (131.0.6778.86) to display several quite simple html pages within a WinForms Application.
For one specific customer the application suddenly crashes with ...
0
votes
0
answers
94
views
Unable to Capture Exam Software Window in VMware Horizon Client Using Python or objective "Quartz" on macOS
I'm developing a macOS application to capture a specific window (e.g., an exam application like Pearson VUE or ProctorU) running inside VMware Horizon Client, but my script fails to capture the window....
0
votes
0
answers
162
views
Powershell REST API calls to delete users from vCenter SCIM database
I'm looking to automate deletions of SCIM users from the local vCenter ID DB on my home lab. I've got the below code so far, the auth piece works, but the actual loop against the input.csv users fails ...
1
vote
0
answers
65
views
How to integrate the Workspace ONE SDK into a .NET MAUI application?
I’m trying to integrate the Workspace ONE SDK into a .NET MAUI application. Can anyone provide a detailed guide or the necessary steps for integrating the SDK for both iOS and Android platforms? I’d ...
1
vote
1
answer
65
views
Powershell Move-HardDisk cmd issue
I am working on a Powershell script to automate migration of a few hundreds of virtual disks of my vmware infrastructure and came up to an issue:
The parameter "-Confirm" from command Move-...