dsget user -email -dn -hmdir -hmdrv -disabled -c < dn.txt > dsdump.txt REM dsget user -email -dn -hmdir -hmdrv -disabled -c -title < dn.txt > dsdump.txt </pre> <BR ...
Is there a way to format the output of this script to include the group name in which all members are being pulled from? output.txt gives me a listing of all users for each group in the test ou that ...