Just an FYI for whomever is developing the Ontap Powershell toolkit. I'm on version 3.3, and the description for 'add-ncvserveraggregate' doesn't appear to correct.
PS N:\> get-module dataontap
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 3.3.0 dataontap {Add-NaAggr, Add-NaCifsShare, Add-NaCredential, Add-NaFpolicyExtension...}
PS N:\> get-help Add-NcVserverAggregate
NAME
Add-NcVserverAggregate
SYNOPSIS
Remove protocols from the Vserver.
SYNTAX
Add-NcVserverAggregate [-Name] <String> [-Aggregate] <String[]> [-Controller <NcController[]>] [-ZapiRetryCount <Int32>] [<CommonParameters>]
DESCRIPTION
Remove protocols from the Vserver.
RELATED LINKS
Remove-NcVserverAggregate
REMARKS
To see the examples, type: "get-help Add-NcVserverAggregate -examples".
For more information, type: "get-help Add-NcVserverAggregate -detailed".
For technical information, type: "get-help Add-NcVserverAggregate -full".
For online help, type: "get-help Add-NcVserverAggregate -online"