Noventta
2006-06-07 20:53:02 UTC
Hi all,
I want to create a custom filtering in a active directory users and
computers MMC (View -> filter options -> Create custom - > customize ->
advanced) based upon the groups that are "managed by" the currently logged
user.
With a script i can get the LDAP query required but I can't figure out how
to put in the MMC filter without a manual intervention.
My LDAP query look like this (if it can help) :
(ObjectCategory=group)(managedBy=cn=user1,ou=admin,dc=test01,dc=local)
If you know how to or have another method, tell me
Thx
I want to create a custom filtering in a active directory users and
computers MMC (View -> filter options -> Create custom - > customize ->
advanced) based upon the groups that are "managed by" the currently logged
user.
With a script i can get the LDAP query required but I can't figure out how
to put in the MMC filter without a manual intervention.
My LDAP query look like this (if it can help) :
(ObjectCategory=group)(managedBy=cn=user1,ou=admin,dc=test01,dc=local)
If you know how to or have another method, tell me
Thx