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

Powershell vfiler limit

JBERENGUER_TERREMARK
4,717 Views

We manage a lot of netapp filers and I was wondering if there is a way for us to get vfiler limit from powershell. Not sure which cmdlet would give me this information. I would like to basically pull this information from all of our filers to ensure that they're all configured properly.

I know in the CLI the command would be:

vfiler limit

Thank you

1 ACCEPTED SOLUTION

cknight
4,717 Views

Hi, Jonathan.  I don't know of an API for getting this info, so there isn't a cmdlet.  You might just use the CLI command via Invoke-NaSsh:

PS C:\> Invoke-NaSsh vfiler limit

Current limit:       11

Current in use:      5

Platform hard limit: 65

View solution in original post

2 REPLIES 2

cknight
4,718 Views

Hi, Jonathan.  I don't know of an API for getting this info, so there isn't a cmdlet.  You might just use the CLI command via Invoke-NaSsh:

PS C:\> Invoke-NaSsh vfiler limit

Current limit:       11

Current in use:      5

Platform hard limit: 65

JBERENGUER_TERREMARK
4,717 Views

Thanks Clinton, this will work perfectly.

Public