Microsoft Virtualization Discussions

Oh where Oh where can it be

pdg
4,676 Views

I'm unable to find this link PowerShell toolkit when I'm logged into the NOW site

1 ACCEPTED SOLUTION

benjstarratt
4,676 Views

Go to this page when logged in:

http://communities.netapp.com/community/interfaces_and_tools/data_ontap_powershell_toolkit

It will be on the upper left side as "Data  ONTAP PowerShell Toolkit Downloads"  When you click thru you will find it as DataONTap.zip (the rest are unneeded).  Just expand to your powershell modules directory and do and import-module DataOnTap.

View solution in original post

4 REPLIES 4

benjstarratt
4,677 Views

Go to this page when logged in:

http://communities.netapp.com/community/interfaces_and_tools/data_ontap_powershell_toolkit

It will be on the upper left side as "Data  ONTAP PowerShell Toolkit Downloads"  When you click thru you will find it as DataONTap.zip (the rest are unneeded).  Just expand to your powershell modules directory and do and import-module DataOnTap.

pdg
4,677 Views

whoa I was right there earlier reading and my god I did not even see that. this days ben too long

benjstarratt
4,676 Views

Also,

They have a cmdlet "get-nahelp" which will list all the NetApp cmdlets and the related API calls.  Nice touch on the programmers part.

fjohn
4,677 Views

show-nahelp

Will bring up the documentation in a browser window.  I like it because it lists the categories, commands, and APIs.  For each command it lists detailed information and examples.  If you know which command, and you just want syntax or examples, you can always use get-help as well:

show-nahelp

get-help get-navol

Happy Scripting

J

Public