Search
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 4:30 PM by adweigert, version 9
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.7.18398