Re: How to register all vm in VC
[Registreer alle vmx in VC:] [create file registervm.sh] for i in ´find /vmfs/volumes/ -name "*.vmx" ´ do echo "Registering VM $i" vmware-cmd -s register $i done [save...
View ArticleTerminate Idle VI Client Sessions with PowerCLI Script
Hello PowerCLI gurus I've been looking on the net for a PowerCLI script that would terminate all VI client sessions that have been idle for x period of time. I've found a post on VMware forums...
View ArticleRe: copy a file from desktop to VM using PowerCLI
Hello, bairstowscott-Yes, you can use the Copy-VMGuestFile cmdlet. So, that would be something like: ## get the creds to use for connecting to VM guest$credMyGuestCred=Get-CredentialsomeUser## copy...
View ArticlePractical diy solar panels Programs
The government, working with different electric companies, is incredibly interested in you successfully installing your personal low cost wind generators. Large corporations and governments can also...
View ArticleRe: 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 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 Article