Microsoft Virtualization Discussions

how to create CIFS share on a vfiler ?

pwl
NetApp Alumni
3,416 Views

hello

my physical controller is   'waldorf'

my vfiler is 'Beauregard'

there is a qtree  /vol/pwl_vol/pwl_qtree  on Beauregard

how do i create a a CIFS share from this qtree on Beauregard using the powershell toolkit?

1 REPLY 1

pwl
NetApp Alumni
3,416 Views

for the record, the answer is to use:

Connect-NaController -vfiler $VFilerName -Credential $credentials -Name $Array

Public