Project Description
PowerShell script library that interacts with the NetApp Manage OnTAP SDK services.

Download Latest Version

Use gci function:Get-Na*Help | Select Name for the help functions.

Example Usage:
 # Load the library from the current directory.
 . .\NetApp.Management.System.ps1

 $filer = New-NaServer -server "TOASTER" -credentials (Get-Credential)

 # Set the OnTAPI version to use with the API
 $filer.Version = Get-NaSystemOnTAPIVersion -server $filer

 Get-NaSystemVersion -server $filer
 Get-NaSystemInfo -server $filer

Last edited Sep 23 2008 at 3:30 PM by adweigert, version 9

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196