Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
