3,167 questions
Advice
2
votes
1
replies
78
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
59
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
50
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
90
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 ...
1
vote
0
answers
48
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
238
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
130
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
78
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
79
views
Manage updates for On-prem servers via Azure Update Manager
I'm relatively new to Azure and could use your advice on a project we're trying to set up.
We're looking to manage updates to our on-premises servers via Azure Update Manager (AUM). Currently, we use ...
0
votes
0
answers
115
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
56
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
53
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-...
0
votes
0
answers
73
views
Failure to run Ansible on VM created with VMware using Packer
Setup: Jenkins worker Ubuntu 24.04.1 metal server with Packer installed (including plugins vmware-vmx and ansible), VMware Workstation 17.6.2 and Ansible.
Flow: Packer raises a VM with VMware and ...
1
vote
0
answers
51
views
How do I find Unattached disks in Vcenter
I am using and learning about the vCenter APIs and found the Python pyVmomi package to access the system.
I have managed to get some samples working, and can, for example, print the names of all VMs ...
0
votes
1
answer
76
views
unable to access minikube service ports when using tunnel
I have minikube up and running on OSX using VMWare Fusion. Things seem to be working as expected except for one issue.
If I use kubectl get services I see:
imac:h2spec robertengels$ kubectl get ...