M
M
Hi,
Just wondering if it is possible to list all the users in an AD group,
without having to fill in everything of the OU location. This, as we
are having lots of such requests, and are losing lots of time with it.
Right now we just do it with the command
dsget group
"cn=GROUPNAME,ou=users,ou=london,ou=gb,dc=eu,dc=corporate,dc=company,dc=com"
-members -expand
Is there any way (and I'm not asking for an exact script of course) to
be able to do it without filling in everything
(ou=users,ou=london,ou=gb) ?
Thanks for assistance.
M
Just wondering if it is possible to list all the users in an AD group,
without having to fill in everything of the OU location. This, as we
are having lots of such requests, and are losing lots of time with it.
Right now we just do it with the command
dsget group
"cn=GROUPNAME,ou=users,ou=london,ou=gb,dc=eu,dc=corporate,dc=company,dc=com"
-members -expand
Is there any way (and I'm not asking for an exact script of course) to
be able to do it without filling in everything
(ou=users,ou=london,ou=gb) ?
Thanks for assistance.
M