Hello!
I'm new to powershell. I need to write a script to capture information from vFilers (7-Mode, ONTAP 7.3.x and 8.x)
Wondering what is the correct way to connect vFiler ?
Connect-NaController PhysicalFilerName -vFiler VirtualFilerName
or
Connect-NaController VirtualFilerName
I get the same results with both of these commands when I query any of vFiler in our environment.
What is the technical difference between these two commands and in which situation one would not work ?
Is there any documentation that I can refer to ?
Thanks!