Re: Ethernet problem with vmware 12.0.0 (16880131) and MacOS Big Sur 11 20A5364e
Apple is not releasing Big Sur tomorrow, just the iOS based platforms.
View ArticleRe: ports to be open
Here is the ports reference for Horizon: VMware Ports and Protocols
View ArticleRe: Mouse click not working Workstation Pro 14.1.1 build - 7528167
Still happens to me with Workstation PRO15.5.6 build-16341506.Left click doesn't work but everything else works. Read through and tried all of the suggestions on this post and the only thing that works...
View ArticleRe: Auto-start VM after power outage or reboot Workstation 16 Pro
Setup Windows to do an auto login? https://support.microsoft.com/en-gb/help/324737/how-to-turn-on-automatic-logon-in-windows
View ArticleRe: vLCM - HPe HSM - Fetching of online depot URL failed
Any luck? I've opened a ticket with HPE for the same issue. I first tried the latest PSP but that failed when clicking the 'link' funciton. I then tried the SPP-VUP version and it also failed. HP...
View Articlevapp not started
Hi all In our vmware structure, there are 2 vcenter, namely management and edge-resource pool.Management vcenter unfortunatly restarted.We have reactivated vcenter and VSAN and HA,NSX now look...
View ArticleRe: vapp not started
Moderator: Why have you posted this in the {code} forums? Which VMware product are you using to manage the vApp? (So I can move the thread)
View ArticleRe: Hozion 8 migratin persistent disks
no, It is still there. Here is DEM 9.11 That system looks like it had only the sync app installed to it and not the DEM agent
View ArticleRe: No Ethernet Connection VMware Fusion 12 macOS Big Sur Beta 6
Big Sur is beta software, so while Fusion 12 is compatible, VMWare can't be responsible for regressions in MacOS (just like the catalina regression in 10.15.6). Big Sur shouldn't be on a production...
View ArticleRe: Mouse click not working Workstation Pro 14.1.1 build - 7528167
There is another thread where someone says it is a "security feature".You know, it's a feature, not a bug ...
View ArticleRemove snapshots using script
Hello, I have created snapshots for many VMs with the description:"Prior to install VM Hardware"Can someone please tell me how to remove those snapshots that has a description : "Prior to install VM...
View ArticleSeparating 2 public networks over 1 vnic
II have 2 public networks being routed to me by my provider. How can I separate them to be used on different vm's? The provider tells me that the subnets are not tagged with vlan id's, so how can I...
View ArticleRe: Can Ubuntu 20.04.01 be deployed using vRA7.6?
the fact that is not officially in the support matrix doesn't mean that it won't work try it out first, most likely it will work... vRA team is not updating these very often
View ArticleDoes vmware offer any ova or ovf with vcenter 7.0d installed?
Hello, I'm having trouble setting up my vcenter using the latest 7.0D ISO. Is there an option where I could download the OVA or OVF template with vcenter already installed and working? If so, can you...
View ArticleRe: Remove snapshots using script
Try like this $vmlist=Get-Content"C:\VM\Snapshots\vmlists.txt"foreach($VMin$VMlist) { Get-Snapshot-VM $vm-Name 'Prior to install VM Hardware'|...
View ArticleIs it possible to deploy internal Android application from a local .apk to...
Similar to Application Configurations not pushed for internal hosted app to Work Managed Device For iOS, we are able to easily deploy internal apps by uploading the local .ipa For Android, we have had...
View ArticleRe: Remove snapshots using script
Hello LucD, Thank you for your script. Your suggestion works for the snapshot that has the name: 'Prior to install VM Hardware',Here my snapshot names are different for each VMs, but Description is...
View ArticleRe: Remove snapshots using script
Then you could try like this $vmlist=Get-Content"C:\VM\Snapshots\vmlists.txt"foreach($VMin$VMlist) { Get-Snapshot-VM $vm|where{$_.Description-eq'Prior to install VM Hardware'} |...
View ArticleRe: Does vmware offer any ova or ovf with vcenter 7.0d installed?
What sort of “trouble”? How are you attempting to do the installation, and what errors do you see?
View ArticleRe: Does vmware offer any ova or ovf with vcenter 7.0d installed?
Moderator: Thread moved to the vCenter Server area.
View Article