Application Integration
1752301 Members
5080 Online
108786 Solutions
New Discussion

Re: HPENimblePowerShellToolkit Module Does Not Load

 
SOLVED
Go to solution
tmack8080
Member

HPENimblePowerShellToolkit Module Does Not Load

I am trying to setup the HPE Nimble Powershell Toolkit but the module will not load.

According to the included Readme.txt the downloaded zip needs to be extracted, after unblocking the zip file, to the following location them imported:

 

Unzip the file into the following location:

	C:\Windows\System32\WindowsPowerShell\v1\Modules\
	
3. Verify that HPENimblePowerShellToolkit.psd1 exists in the following location:

	C:\Windows\System32\WindowsPowerShell\v1\Modules\HPENimblePowerShellToolkit\HPENimblePowerShellToolkit.psd1
	

To use the HPE Nimble PowerShell Toolkit:

1. From a PowerShell prompt, import the HPE Nimble Powershell module by running the following command:

	PS:> Import-Module HPENimblePowerShellToolkit

 

Once I do that I get the follwoing message in the PowerShell console:

Import-Module : The specified module 'HPENimblePowerShellToolKit' was not loaded because no valid module
found in any module directory.
At line:1 char:1
+ Import-Module HPENimblePowerShellToolKit
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (HPENimblePowerShellToolKit:String) [Import-Module], F
   ception

My execution policy is set to unrestricted.

My PSModulePath has "C:\Windows\System32\WindowsPowerShell\v1.0\Modules"

Any ideas?

Thanks

1 REPLY 1
tmack8080
Member
Solution

Re: HPENimblePowerShellToolkit Module Does Not Load

I figured out that an old version of the took kit had been installed in C:\Users\$UserID\Documents\WindowsPowerShell\Modules. 

Once I deleted that I was able to load the HPE version 2.0 of the tool.