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
We migrate to windows 10 recenlty and I notice that some powershell scripts are not working as before
system is showing the below error even if the DataOntap is correctly imported, any one is facing same issue ?
PS C:\WINDOWS\system32> Get-NtapFilerData
Get-NtapFilerData : The term 'Get-NtapFilerData' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-NtapFilerData
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-NtapFilerData:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32> Get-ExecutionPolicy
RemoteSigned
Get-Module -ListAvailable
Directory: C:\Program Files (x86)\NetApp\NetApp PowerShell Toolkit\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 4.5.0 DataONTAP {Add-NaAggr, Confirm-NaAggrSpareLow, Get-NaAggrMediaScrub, Get-NaAggrFilerInfo...}
Manifest 1.4 NetApp.SANtricity.PowerShell {Get-NeCredential, New-NeCredential, Get-NeAbout, Update-NeCertificatesSettings...}
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The function Get-NtapFilerData is apart of a NetApp Internal Module called "NetAppDocs". This module is not publically distributed, but the NetApp Professional Services or Sales team supporting you has the ability to provide it. For more information please email: ng-NetAppDocs-support@netapp.com
