Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
