Home - NetApp Community

Consider this example which starts a new PowerShell session, loads the Data ONTAP PowerShell module, connects to a controller, and then creates a new 50GB volume named ‘testvol’ on aggregate ‘aggr1’. // open the PowerShell runspace. Runspace runspace = RunspaceFactory.CreateRunspace(); runspace.Open(); // import the Data ONTAP module ................
................