Virtual network adapters missing after windows 10 update
Hello,I was using VMware Player and I have updated to Windows 10, after that my VM couldn't connecto to the network. After having all day of research and making changes, I've installed VMware...
View ArticleRe: Having issues with Set-OSCustomizationNicMapping
Try giving a name to the OSCustomizationSPecs with the Name parameter
View ArticleRe: Backup Script that removes clone older than 7 days
You can use the Remove-VM cmdlet for that, with the DeletePermanently switch set to $false Remove-VM-DeletePermanently:$false-Confirm:$false
View ArticleRe: Help with putting some checking into a function
That is a valid solution, well done.
View ArticleRe: using vCO to change the Lease time on a vRA VM
Hey Sean. This workflow works perfectly. I'm attempting to bring it into vRA as a VM resource action with the VM as the input. I am fetching the vCACCAFE:CatalogResource object with...
View ArticleOVF Validation Fail while importing ovf file to public catalog
Hi Folks I am trying to import a vApp in one of the public catalog but it is failing with error: "Validation failed for the OVF file you provided: Fatal: Line/char 211/34: cvc-complex-type.2.4.a:...
View ArticleRe: OVF Validation Fail while importing ovf file to public catalog
Try to import the vapp directly to get the more accurate error in vsphere first.After verifying the exact error code this could be fixed easily.
View ArticleRe: Deploying an OVA or OVF from vCAC 6.1
I am trying to deploy OVA from vCAC. Has anyone found the solution for this? What could be the best workaround for this other than ovftool.?
View ArticleHow to get rid off Zombie vmdk file
Hi All, We have around 172 VM's VMDK file that's sitting on our SAN, consuming expensive storage, but isn't actually being used by any VM. Does any have idea how rid off Zombie vmdk file ?...
View ArticleRe: Dell PERC H730p / LSI 3108 /Invader implementations
You might want to try changes these settings and do a host reboot.VMware support had us try this first - and these settings have been applied throughout all of our testing.( So it might be in addition...
View ArticleRe: Lost shared folders after upgrading to Windows 10 from Windows 7
Hi, Uninstall, reboot and reinstall of VMware Tools normally fixes this type of issue. Tip: Take a snapshot before doing the uninstall so that you have a known state to go back to. Edit: Sometimes this...
View ArticleRe: Dell PERC H730p / LSI 3108 /Invader implementations
Interesting, there are similar disk IO timeout settings mentioned in the following VMware document for the HP P440/P440ar/H240/H240ar...
View ArticleRe: Lost shared folders after upgrading to Windows 10 from Windows 7
Will, Un-installing and re-install did the trick.I tried repairing the VMware tools and recreating the share without success before trying your solution. Thank you, Karl
View ArticleRe: Backup Script that removes clone older than 7 days
Thanks, however won't that just delete all VMs? How does it know to remove VMs in the datastore that are older than 7 days?
View ArticleRe: How to get rid off Zombie vmdk file
Are you asking for some automated way ? If not, just delete this files using the datastore browser.... if you want be more careful, move this files to a different folder before delete them.
View Articlehotkey issue windows 10
Hey Guys I'm facing issues regarding the new Windows 10 hotkey to switch desktops (crtl + windows key + arrow key). On one desktop I'm using a VM in Full screen mode, and i want to be able to switch...
View ArticleRe: Windows 10 Enterprise Unity Issue
Hi Candy1014, Just for the record, I think Daylward is talking about Windows Tech Preview and not Fusion Tech Preview.At least that is what I read from it. Hopefully he can clarify which Fusion version...
View ArticleRe: Unity not working on El Capitan (beta 3/4) and Windows (8.1/10) Guest
Uninstalling VMware Tools and reinstalling it fixes the problem with unity on the Windows 8.1 guest but not Windows 10. From mbaran's post it looks like unity is not supported with Windows 10 because...
View ArticleVCP6 Study Resources
For anyone looking for resources to use to study and obtain the VCP 6 I have started a list: VCP6-DCV | TheSaffaGeek Gregg
View Articleproblem creating folder on datastore
I'm new to pyvmomi and python, so please forgive the 'newbie' question: OBJECTIVE: use pyvmomi to create new folder on the local datastore Using the following sample code (see url) and made a few...
View Article