Active IQ Unified Manager Discussions

WFA - Unable to load Vmware Snapin

sheelnidhig
2,477 Views

Hello Guys,

 

I am trying to load the VMware snapin, but it throwing an error, code is:

 

$SnapinLoaded = Get-PSSnapin | Where-Object {$_.name -like "*VMware*"}
If (!$SnapinLoaded) {
try {
Add-PSSnapin VMware.VimAutomation.Core
} catch {
$error = "ERROR: Failed to Add VMware.VimAutomation.Core Snapin! Check installation path!"
throw $error
}
}

 

Error message is:

19:04:42.953 INFO [Test] ### Command 'Test' in 'POWER_SHELL' ### 19:04:48.681 ERROR [Test] ERROR: Failed to Add VMware.VimAutomation.Core Snapin! Check installation path! 19:04:48.747 ERROR [Test] Failed executing command. Exception: The specified module 'VMware.VimAutomation.Cis.Core' was not loaded because no valid module file was found in any module directory.

 

PowerCLI version is:

VMware vSphere PowerCLI 6.3 Release 1 build 3737840

 

Any Help?

 

THanks,

Sheel

1 REPLY 1

sinhaa
2,433 Views

@sheelnidhig

 

This has nothing to do with WFA.

 

Looks like your VMware PowerCLI installation didn't go smooth. Reinstall it.

 

sinhaa

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public