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...}