Microsoft Virtualization Discussions

Can't get Netapp Powershell to install correctly ??

NEWNETAPP987
2,635 Views

When I try to install Netapp Powershell on my  Windows 7 desktop. I download the DataONTAP file but then I get this error


PS Z:\> Get-Module -listavailableAny id

ModuleType Name                      ExportedCommands
---------- ----                      ----------------
Manifest   DataONTAP                 {}
Manifest   AppLocker                 {}
Manifest   BitsTransfer              {}
Manifest   DataONTAP                 {}
Manifest   PSDiagnostics             {}
Manifest   TroubleshootingPack       {}


PS Z:\> Get-NaHelp
Get-NaHelp : Help file not found
At line:1 char:11
+ Get-NaHelp <<<<
    + CategoryInfo          : ObjectNotFound: (C:\Windows\Syst...AP.dll-Help.xml:String) [Get-NaHelp], Exception
    + FullyQualifiedErrorId : Help file not found,DataONTAP.PowerShell.SDK.Cmdlets.Help.GetNaHelp

PS Z:\>

Any ideas what I am doing wrong?

Thanks,

1 REPLY 1

vinith
2,548 Views

Hey Jeff,

Windows 7 has psv2 , so you would need to manually import the module to use its cmdlets.

import-module dataontap

Please download the latest version from http://support.netapp.com/NOW/download/tools/powershell_toolkit/, try using the msi download to install the toolkit

Public