2003 Active Directory. Trying to create hundreds of Global Security Groups from csv files. Using cusrmgr.exe from the resource kit I am able to do mostly what I need which is to populate gloabal groups with users based on csv files.
For example the following work fine
cusrmgr -u MyDomain\UsernameToAdd -agg NameofGlobalGroupToAddUserTo
However many of my Global Groups have nested Global Groups so GlobalGroup1 contains GlobalGroup2. The problem is when I try to use cusrmgr.exe to add these nested Global Groups it always fails. Here are exampes of my attempts and failures:
cusrmgr -u anygroupname1 -agg anygroupname2
CUsrMgr Ver 1.0 Jan98 by G.Zanzen (c) MCS Central Europe
Adding emp\anygroupname1 to anygroupname2 failure
I have tried other syntax's including using MyDomain\GroupName but that fails as well. I am not partial to cusrmgr if anyone has any other suggestions that could work. I have tries Net Group and that had similar problems.
ASKER
When I right click my domain and check properties it shows:
Domain functional level = Windows 2000 native
Forest functional level = Windows 2000
Are these functional levels not sufficient for what I am trying to do? Seems funny that it will work if I manually do it and not through cusrmgr.exe?