NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Vfiler creation

f_duranti
4,574 Views

Hi, is there any cmdlet to replicate the vfiler -r syntax of dataontap to recreate a vfiler? Checking the docs it seems it will be not possible with New-NaVfiler.

Francesco

1 ACCEPTED SOLUTION

cknight
4,574 Views

Hi, Francesco.  There doesn't appear to be an API to expose the equivalent of "vfiler create <vfilername> -r", however you may be able to accomplish the same thing using Invoke-NaSsh to send the CLI command.

View solution in original post

3 REPLIES 3

crocker
4,574 Views

Hi,

You may want to ask this question in the NetApp Support Community.  The current customers, partners and internal Subject Matter Experts are addressing technical product questions there.

Mike

cknight
4,575 Views

Hi, Francesco.  There doesn't appear to be an API to expose the equivalent of "vfiler create <vfilername> -r", however you may be able to accomplish the same thing using Invoke-NaSsh to send the CLI command.

f_duranti
4,574 Views

Thanks Clinton, I'll check on how to use it into WFA.

Public