SOS Please :
I have written a script that will check access control and permissions on every folder and subfolder on a given machine (for this I have used Win32::FileSecurity library) and a recursion routine to access all folders and sub-folder. The script works fine and returns a list of all that have access to any folder or subfolder in the server, however, my question is : how can I get my script to recognise and differentiate between groups and single users (eventually I will delete all single user access and leave all groups intact)
Many thanks to your help brothers