I am using below to add a group name in security tab for a folder through and its getting added. However in python how I can verify if the group is added successfully.
dacl.AddAccessAllowedAce(win32security.ACL_REVISION,win32con.GENERIC_WRITE, groupw)