I am trying to find a way for view the folder permissions of our NAS shares and at least two levels deep. We are using Active Directory permissions.
I get an error when using these commands.
comment = wntShareInfo("\\myserver", "NT_software", 0, 1)
ret = wntSecurityGet("\\myserver", "NT_software", 300, 9, 0)
ww=wntAccessList("\\myserver","NT_software",300,1)
ww=wntAccessGet("\\myserver","NT_software",group,300,0)
Error:
WIL Extender Error: 524 Unable to access specified server.
How can I check permissions on a NAS file system?