The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

how to create CIFS share on a vfiler ?

pwl
NetApp Alumni
4,579 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
4,579 Views

for the record, the answer is to use:

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

Public