Re: My exam experience. Things to rememember to keep you cool and to save the...
Very upset.Regards,Milton
View ArticleRe: swap file lun
I have the same question in mind that is it possible swap file in dedicated lun.Regards,Milton
View ArticleRe: PowerCLI script to change the MAC address
You can adjust Luc's code a bit so that it exports the original info along with the MAC address.It would be something like: ## save the imported info $colVMInfoFromCSV = Import-Csv $importfile ## add a...
View ArticleRe: ESXi 5.0 does not recognize 4TB storage array
I just ran into this issue over the weekend. I extended a 2TB array to 3TB and ESXi 5.1 no longer sees the array. The array is connected to a P400 controller on a DL380 G5. I purchased a P410 on eBay...
View ArticleRe: Fusion 4, Mac Lion & Windows7
I didn't hard about the conflicts. Could you please some one give me some information about this??Regards,Milton
View ArticleRe: I Need a script to get the details of Inventory + Ipaddress+Datastore...
I don't know weather you will get all of them together but you will get most of them individually. Regards,Milton
View ArticleMap a drive to a Windows VM using command prompt
I am running a Hyper-V 2012 server core Virtual Machine on VMware Workstation 9.I need to copy some files from the host PC to a folder on the Hyper-V server VM.I have set up the shared folder in the...
View ArticleRe: 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 Article