Hi,
A simple way to search the PowerShell CmdLets in the DataONTAP toolkit is to use the "Get-NcCommand" CmdLet with the "-Api" parameter (wildcards supported). EG:
PS C:\> Import-Module DataONTAP
PS C:\> Get-NcCommand -Api *security*
What's your objective with WFA? Creating a report of NTFS permissions based on a CIFS Share?
/Matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.