Re: enter next command without waiting for current command to complete
LucD wrote: Congrats on your 500th reply But I kinda start missing "How does that do for you ?"Ah, I hadn't noticed. Thank you, sir! Yeah, I've been slacking on my catch phrases -- need to bring 'em...
View ArticleRe: How to add export-csv in this simple script?
Hi RvdNieuwendijk, Thanks for quick answer. Could you please help me how to insert &{ foreach { ... } } | Export-CSV ? I am newbie in the scripting..
View ArticleRe: DCD Numbers
I passed my VCAP4-DCD (when still in Beta exam) and get the certification number: VCAPDCD-8. When I passed the VCAP5-DCD exam on March 2012., VMware give me the same certification number: VCAPDCD-8....
View ArticleWindows 8 Boot Camp activation problems
When I run my Windows 8 BC partition as a virtual machine, Windows is no longer activated and I cannot activate. Every time I activate, I get "thanks, you're all done", but the activation status hasn't...
View ArticleRe: Terminate Idle VI Client Sessions with PowerCLI Script
Hello, I suspect that you might be running into a situation where you have no sessions that have been inactive for longer than the configured time. To help rule that in/out, you could add a check for...
View ArticleSlow opening MS Office doc through shared folder
Well, support can't seem to figure it out so I am about to request a refund... but thought I'd try here first... When I open a Word or Excel Doc that is "Shared On My Mac" the MS Office app comes...
View ArticleRe: Providing Navigation to vSphere objects
See the API com.vmware.ui.events.NavigationRequest. It is covered in the Programming Guide and the globalview sample.
View ArticleRe: XA Transaction doesnt work in gemfire
Hi sbawaska, Thanks a lot for the above information. I will briefly explain what we are trying to achieve. We are building an application which consume message from MQ and...
View ArticleRe: 2 VMWARE XP's on MAC - 1 is slow for disc access
Perhaps I am having this same problem.... I've tried the "VM WARE tools reinstall"... didn't fix anything.... what did you do as far as changing how you set up the mapped drive? My issue is a 15...
View ArticleRe: DCD Numbers
No, no more tracking of any number other than VCP candidate number - which is assigned when you first sign up for an exam (you don't have to pass an exam to get one). Note that the transcript will list...
View ArticleRe: How to add export-csv in this simple script?
Sure. What I meant was modifying your script into: $vms = import-csv c:\scripts\vms.csv& { foreach ($vmname in $vms){get-vm $vmname.name | Select Name,@{N="cluster";E={Get-cluster -VM $_}}}}...
View ArticleУвеличить размер виртуальной машины
Всем привет. Помогите разобраться: Не получается увеличить размер ВМ, хотя стоит максимальный до 500гигов, реально 260. При выключенной ВМ в настройках хранилища - окошечко, где можно увеличить размер...
View ArticleRe: Esxi host con signo amarillo en vcenter
Hola,pueden ser por varias causas, lo típico suele ser cuando no se trata de recursos insuficientes, que tengas el SSH activado en ambos host. Revisa que esté activado y casi seguro que sea por eso, en...
View ArticleRe: Can't convert virtual disk from thin to thick in 5.1
Hi, Can you attach a screenshot of your VM summary tab plz , and the vmware.log. Regards,Julien.
View ArticleVMware Exam Authorization
All, I just went out and was looking for a different time for my exam and found this message, "Note: All VMware Certification exams require prior VMware authorization. If you would like to reschedule...
View ArticleRe: How to add export-csv in this simple script?
You could do the same in a more PowerShell-like fashion as follows Get-VM-Name (Import-Csvc:\scripts\vms.csv)|SelectName,@{N="cluster";E={Get-cluster-VM$_}}...
View ArticleRe: Force Client Settings through vCenter
Hi.. Im quite sure that this can't be done from vCenter...vSphere Client settings are stored locally on each client in the registry under HKEY_CURRENT_USERS... To bypass the Getting Started tab a...
View ArticleUpgrade from ESXi 5.0 to 5.1 U1
Hello, I usually do clean install when upgrading ESXi. This time I want to do with Update Manager. I imported "VMware-ESXi-5.1.0-Update1-1065491-HP-5.50.26.iso" custom HP iso to update manager. And...
View ArticleRe: Unable to ping from or to host
DogRocco wrote: The host IP gets a dynamic Ip from router: IP: 192.168.1.45Subnet: 255.255.255.0Gateway: 192.168.1.1 Windows 7 workstation: IP: 192.168.1.79Subnet: 255.255.255.0Gateway: 192.168.1.1 I...
View Article