Re: How to check a guy is VCP ?
you can try using other method. when a guy do vcp and pass, the pearson receive a examination score report with REGISTRATION and VALIDATION. With this datas you can validate if a grade was PASS...
View ArticleRe: Deep Security DSVA Registration/Activation issue
Nevermind, the problem has been solved now. Actually, despite we uninstalled and reinstalled everything (vSM, module & etc) the problem was persistent. But then we noticed something on dvfilter IP....
View ArticleHow to migrate all VMDK's from one datastore to another datastore
How would you script migrating all VMDK's from one datastore to another datastore.
View ArticleRe: Exchange 2010 CAS: 1 VM and 1 Physical
I don’t think we can use multicast because we have a physical cas server and a vm cas server in the same subnet on separate cisco switches
View Articleesxi 4.1 u2 + hp 5406zl = no trunk!
Buonasera a tuttiho un problema e non riesco proprio a saltarci fuori (<-- notare il gergo tecnico!)Allora...classica situazione, lo switch in questione con 2 porte in trunk (no lacp perchè ho letto...
View ArticleRe: How to migrate all VMDK's from one datastore to another datastore
Something like:Get-Datastore "OldDatastore" | Get-VM | Get-HardDisk | Where_Object {$_.FileName -like "*OldDatastore*"} | Set-HardDisk -Datastore "NewDatastore" Regards, Robert
View ArticleRe: Fullscreen with multiple monitors problem
my problem is a little more annoying. I have 4 monitors on my host running winows 7 ultimate. i used to be able to cycle through all 4 monitors so that i caould use all 4. but a recent update has made...
View ArticleRe: VMServer 2, Não desliga VMs ao Desligar o Host
Você tem que trocar o método de "power off" por "shutdown". No "power off" ele vai simplesmente desligar a VM, como se você tivesse "tirado o cabo de força da vm". No "shutdown" ele vai iniciar o...
View ArticleRe: VM Deployment with customization, parallel
Understood on the guest os piece, I want to do 2 things, both customize within the os and also modify CPU/mem at somepoint in the deployment. Technically could i replace this line? New-VM -Name...
View ArticleRe: VM Template ESXi Questions
Currently its this: Set-VM -VM $vm.Name -NumCpu $vm.Cpu -MemoryMB $vm.Memory -Confirm:$false | Out-NullI've tried adding it before the $vm.Name and after the Out-Null but neither seem to work... do I...
View ArticleInstalling VMWare on my iMac and my Macbook Pro
Hello, I installed VMWare Fusion3 for Mac on my desktop and purchased Windows 7. Everything works just fine. I just purchased a laptop and bought another copy of Windows 7 so that I could run VMWare...
View ArticleRe: Curso de VMware
Pessoal, Apenas como mais uma opção para comparar preços, a EMC Brasil também dá cursos VMware: (11) 5185-8800
View ArticleRe: View Desktop timeout disconnects and View agent
Davmware, You are correct. The time is counted from when the user's session is first handed out by the connection server. If you login at 7am, disconnect, then come back and sign back in at 10am,...
View ArticleRe: VM Deployment with customization, parallel
Not sure I get the question about the 'base'. 2nd question, yes. Just make sure that all the background clone tasks are finished (and allow some time for the sysprep part) before attempting the Set-VM...
View ArticleRe: View letting a user login and then disconnecting without logoff
What Chatika said is true; old version of the View Admin guide advised using the No GUI Boot & Base Video settings, but it caused issues with PCoIP. They've since removed it from their...
View ArticleRe: VM Template ESXi Questions
That last part would becomeforeach($vm in $vms){ Set-VM -VM $vm.Name -NumCpu $vm.Cpu -MemoryMB $vm.Memory -Confirm:$false | Out-Null Get-NetworkAdapter -VM $vm.Name | Set-NetworkAdapter...
View ArticleRe: VM Deployment with customization, parallel
Thanks for the info Luc! The sysprep part i wouldn't be to worried on since i would change the CPU/mem before i powered them all on I was wondering if i specified the -VM option instead. I had my...
View ArticleRe: VCD Networking
Hi,Have you looked at virtualisiting the network with virtual appliance within vCD?Then you only need one vCenter and are able to dublicate it... A. Mikkelsen
View ArticleRe: SRM 5 Configuracion de VRMS
hola, no es miembro del dominio el vcenter, he probado nombre vcenter \usuario, o vcenter\vim_sqlexpsaludos
View Article