Hi,
I am running an Windows Server 2003 environment and when I need to review the permission settings for an OU, I will right click the OU --> Properties --> Security tab --> Advance button.
The problem is, I am having nearly 600 OU and it is impossible for me to check every single OU manually.
Thus I would like to export the permission settings for all OU.
I have tried LDIFDE query with command:
ldifde -f exportOu.txt -s Server1 -d "dc=test,dc=local" -p subtree -r "(objectCategory=organizationalUnit)" -o "cn,objectclass,ou"
But the output does not contains any permission setting info =(
Hence would like to ask any expert here will able to provide tools / scripts to do that?
Really appreciate that =)
I am running an Windows Server 2003 environment and when I need to review the permission settings for an OU, I will right click the OU --> Properties --> Security tab --> Advance button.
The problem is, I am having nearly 600 OU and it is impossible for me to check every single OU manually.
Thus I would like to export the permission settings for all OU.
I have tried LDIFDE query with command:
ldifde -f exportOu.txt -s Server1 -d "dc=test,dc=local" -p subtree -r "(objectCategory=organizationalUnit)" -o "cn,objectclass,ou"
But the output does not contains any permission setting info =(
Hence would like to ask any expert here will able to provide tools / scripts to do that?
Really appreciate that =)