Posts

Showing posts with the label powercli

New VMware Software Licensing Resources

After the acquisition of VMware by Broadcom, there has been announcement on simplifying the way VMware software licensing will work. That was a very bold step to really help customers. There maybe lots of comments over it, but if you have never been into an architecture discussion and having to also coming out a licensing strategy, you might not appreciate this change. In additional, in totality, customer will find that the cost might just be much affordable than before. Contact your VMware Account Manager to find out more. So let's go back to the present. Existing customer who might have renewal ending and would definitely need to know how much license they would need to procure. The well known William Lam, definitely not leaving VM Admin challenges. He has created a PowerCLI script to help customer pull out those needed information to help existing brownfield customers forward.  Next to help understand what are the new criteria needed to purchase the new license, this is a kb ...

View 5.0: View PowerCLI

Recently from my previous post, I have upgraded my home lab to VMware View 5.0. Everytime seems working.  For those who ain't aware, my ISP issue dynamic IP.  In such, I created a domain name from dyndns.org. As to match my external IP to my View Security Server with my external dns name, I would need to use a script which was found from the source below. I did some modification to suit my environment and corrected some mistake.  Below is my script. However in View 5.0, it has to be launch using the View PowerCLI and Add-PSSnapin VMware.View.Broker is no long working anymore. (which it did in View 4.6).  This was documented in VMware KB 1034652 . A quick check with the View PowerCLI properties from Start Menu, I realize it is calling a powershell script from C:\Program Files\VMware\VMware View\Server\extras\PowerShell\add-snapin.ps1 so in such I added the change in my script as you can see.  This was documented Now my script is running fine again...