Re: Monitor hardware not recognized
I do not interpret the screenshot that way, on the first line it says it detects a "Default Monitor", on the second one what drivers are available and on the third what drivers that are applicable for...
View ArticleRe: Have to disable VMnet8 to browse local shares?
Yes, when I enable VMnet8 the physical NIC still as the lowest metric.
View ArticleRe: HELP-VM doesnt boot up after backup crash
Hi Andre, here are the original log files as attached zip.
View ArticleRe: External Access to Workspace
Surely this can be done without using a Load Balancer? I would like to set this up without a load balancer but cannot get it through my FW. We need to NAT due to security restrictions.
View ArticleRe: Deploy multiple VMs at the same time
That's got it. Just in case anyone else is trying to do the same thing here's the final code: $esxName = "prodh1.MYDOMAIN.local"$template = "W2K8R2SP1"$datastore = "IOMEGA"$newVmList = @( @{"Name"...
View ArticleGetting Notes field from PowerCli
I'm using $VMNotes = Get-VM myvm | Select-Object Notes in a script to pull the contents of the Notes field. The returned data is: @{Notes=my notes} How do I get it to return just the contents of the...
View ArticleRe: HELP-VM doesnt boot up after backup crash
In the attached .zip file you will find the missing .vmdk descriptor files as well as a recreated .vmsd file. The .vmsd represents the snapshots shown in the Snapshot Manager. In order for this last...
View ArticleAnyone using a vmware supported (or not) HD audio/virtual sound card in their...
Running ESXi 5.1 update1a I found a "hack" online where if you edit the VMX file of a VM and add in these lines, then re-upload the vmx file and boot the VM, an "HD Audio" device shows up in the VM...
View ArticleInitialize configure Only
Greeting, Just want to see if someone can give me some hints for get information from resource pool for vcd say for example I have "resource pool 1" 10 vms there by VCD. each vm has the initialize...
View ArticleRe: External Access to Workspace
There is no reason why it shouldn't work, even if i don't understand why you can't use a load balancer. You can build one for...
View ArticleRe: Getting Notes field from PowerCli
Try $VMNotes = Get-VM myvm | Select-Object -ExpandProperty Notes
View ArticleRe: HELP-VM doesnt boot up after backup crash
... you'll need to reload the VM anyway after restoring the original .vmx file! André
View ArticleRe: External Access to Workspace
Well, it works to a certain point. Traffic gets re-directed to the gateway and if you go to the gateway using a browser you get the download page to download clients but no client connects. I get the...
View ArticleRe: GUI crashed after resuming macbook from sleep
Just had another GUI crash on me. This time while I was selecting another VM in the VMware Library.I've emailed you the logs. --Wil
View ArticleRe: Script to Remove HDDs other than HDD1 from VM and re-add it back.
Hi Friends, Can you please review the script below, Script is to shutdown the VM remove the disk other than HDD1 and then re-add it back. My script works till remove HDD but getting error while adding...
View ArticleRe: Package a Bundle to Production Server
laurentsd, thank you for the quick response. Based on your quote:It is not possible for the same code containing this error to work in your dev environment so there must be a difference between the...
View Article