Posted by Chris on February 20, 2009 in PowerShell | Tags :acl, permissions, PowerShell, securitydescriptor, wmi
The cmdlet Get-ACL is very capable when it comes to NTFS permissions, but it cannot read share permissions. This function makes an effort to provide a simple way to return share security (and other information) from a share.
more >>
Posted by Chris on February 19, 2009 in VbScript | Tags :acl, ntfs, permissions, securitydescriptor, vbs, VbScript, wmi
NTFS (File System) and Share security can be enumerated using the Win32_LogicalFileSecuritySetting and Win32_LogicalShareSecuritySetting WMI classes. This post demonstrates how to use each class to read the security descriptors.
more >>