Hi guys,
I am having trouble running Power NSX / PowerCLI on my mac.
I have appropriate versions, but keep getting these error messages.
Any ideas?
PS /Users/rdouglas> Connect-VIServer -server 192.168.10.10 -user administrator@vsphere.local
Connect-VIServer : The 'Connect-VIServer' command was found in the module 'VMware.VimAutomation.Core', but the module could
not be loaded. For more information, run 'Import-Module VMware.VimAutomation.Core'.
At line:1 char:1
+ Connect-VIServer -server 192.168.10.10 -user administrator@vsphere.lo ...
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-VIServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
PS /Users/rdouglas> Get-PSVersion
Major Minor Patch Label
----- ----- ----- -----
6 0 0 alpha
PS /Users/rdouglas> Find-Module | Where{$_.Name -like "*PowerCLI*"}
Version Name Repository Description
------- ---- ---------- -----------
6.5.3.6... VMware.PowerCLI PSGallery This Windows PowerShell module contains VMware.PowerCLI
1.0 DSC_PowerCLISnapShotCheck PSGallery This PowerCLI DSC Resource will check’s for configurat...
1.0.1 PowerCLITools PSGallery PowerCLI Tools
1.0 PowerClippy PSGallery Bringing back our friend Clippy, through the magic of ...
1.0 PowerCLI.SessionManager PSGallery Manage VMware sessions
0.4.2 Veeam.PowerCLI-Interactions PSGallery This PowerShell Module enables you to interact via VMw...
PS /Users/rdouglas> Find-Module | Where{$_.Name -like "*NSX*"}
Version Name Repository Description
------- ---- ---------- -----------
2.0.0.6... VMware.VimAutomation.Nsxt PSGallery This Windows PowerShell module contains PowerCLI NSXT ...
3.0.1054 PowerNSX PSGallery PowerNSX is a PowerShell module that abstracts the VMw...
3.0.1235 TestNBPNSX PSGallery PowerNSX is a PowerShell module that abstracts the VMw...