How to export the users of an AD Group.
Posted on January 23rd, 2009
This is the best and fastest way to export all users who are members of a group
dsquery group “CN=Group Name,OU=OU Location,DC=Domain Name,DC=local” | dsget group -members | dsget user -samid -c >>c:\windows\temp\groupmembers.txt
If there are nested groups it might fail with the following error message:
The object class of the target does not match the one specified on the command line.
This error is removed by adding the -c variable as this continues despite the error.
Tags: AD, dsget, dsquery, export, group extraction, script, users
Filed under Scripts/Reg | No Comments »
How to Configure Group Extraction when Using RSA with CAG Enterprise Edition
Posted on August 11th, 2008
How to Configure Group Extraction when Using RSA with Steel-Belted RADIUS
Originally posted here: CTX115467
Used with:
- RSA SecurID 6.1.1
- CAG Enterprise Edition (Netscaler 7000) 8.1 58.5
Tags: CAG, CAGEE, Citrix Access Gateway, Citrix Netscaler, CTX115467, group extraction, RSA SecurID, SecurID
Filed under Citrix Access Gateway, Citrix Netscaler, RSA SecurID | No Comments »
