hi there,
you first need to import the dataontap module:
import-module dataontap
if it wont let you load it then you need to chenge the excecution policy.
Try this and if you still cannot load it then google this command and try the other options:
Set-ExecutionPolicy -ExecutionPolicy unrestricted
Then the dataontap modile should be loaded.
for 7-mode commands run 1 of those:
get-nahelp
show-nahelp
for cDot commands run 1 of those:
get-nchelp
show-nchelp
basically you need to connect to the filer first and then run the commands.
so for example:
Connect-NcController -name cluster_name_or_ip -HTTPS -Credential admin
then,
get-ncaggr
get-ncnode
get-ncvol
etc......