Hi,
Yes the snapin seems loaded, as I can use the "other commandlets" in powercli.
I just can't seem to use some of these new commandlets.
Here's the output of get-pssnapin
PS C:\> get-pssnapin *vmware* | ft
Name PSVersion Description
---- --------- -----------
VMware.VimAutomation.Core 2.0 This Windows PowerShell sna...
But I think I found the solution to my dillema. Just ran this from the vsphere PowerCLI link on my desktop (Windows 7 client)
PowerCLI C:\> Get-PSSnapin -name *vmware* | ft
Name PSVersion Description
---- --------- -----------
VMware.VimAutomation.Core 2.0 This Windows PowerShell ...
VMware.VimAutomation.License 2.0 This Windows Powershell ...
VMware.DeployAutomation 2.0 Cmdlets for Rule-Based-D...
VMware.ImageBuilder 2.0 This Windows PowerShell ...
So it seems the license is a different snapin alltogether.