Project DescriptionPowerShell script library that interacts with the NetApp Manage OnTAP SDK services.
Download Latest VersionUse
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