Microsoft Virtualization Discussions

Invoke-NcCli: is that a valid command?

dmauro
47 Views

PS C:\Windows\system32> Connect-NcController 192.168.0.111

Name Address Vserver Version
---- ------- ------- -------
192.168.0.111 192.168.0.111 NetApp Release Clawhammer__9.14.1: Tue Mar 19 18:52:51 U...


PS C:\Windows\system32> Invoke-NcCli
Invoke-NcCli : The term 'Invoke-NcCli' 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
+ Invoke-NcCli
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Invoke-NcCli:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

 

 

but according to the documentation:

"Can I send CLI commands to the controller from PSTK?
Yes. Use the cmdlet: Invoke-NcSSH, Invoke-NcCli

"

from NetApp PowerShell Toolkit 9.15.1.2407 Installation Guide taken from https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit/download

0 REPLIES 0
Public