Thanks for the help, but I'm still struggling:
PS C:\> Get-NcFpolicyStatus
Get-NcFpolicyStatus : The 'Get-NcFpolicyStatus' command was found in the module 'DataONTAP', but the module could not b
e loaded. For more information, run 'Import-Module DataONTAP'.
At line:1 char:2
+ Get-NcFpolicyStatus
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-NcFpolicyStatus:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
PS C:\> Get-Command -Module DataONTAP | ?{ $_.Name -match "NcFpolicy" }
PS C:\> Get-NcCommand -Category FPolicy | Format-Table -AutoSize
Nothing is returned.
PS C:\> get-help Get-NcFpolicyStatus
get-help : Get-Help could not find Get-NcFpolicyStatus in a help file in this session. To download updated help topics
type: "Update-Help". To get help online, search for the help topic in the TechNet library at http://go.microsoft.com/fw
link/?LinkID=107116.
At line:1 char:1
+ get-help Get-NcFpolicyStatus
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
+ FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand
PS C:\>
The first error message indicates there is something found around the cmdlet Get-NcFpolicyStatus, but not much more and there is no help entry.
Could there be a problem with my version of Ontap? I'm running 8.3.2, and in another thread I read something about certain QoS cmdlets no longer available after 8.2.