Active IQ Unified Manager Discussions

Equivalent PowerShell Cmdlet for fsecurity

KStorage
1,786 Views

Hi All, I am looking for equivalent powershell cmdlet in NetApp powershell toolkit for "fsecurity" which will be helpful in getting file level permissions/ DACL of a share path/directory. If anybody used Get-ncfiledirectoryntfsdacl cmdlet before,  please let me know the usage 

1 REPLY 1

mbeattie
1,705 Views

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.
Public