I'm workink on NT4 SP6a, i don't think i can use LDAP interface.... (or not?)

The primary reason of existance of this function in my mind is to find (or build) a tool that set primarygroup for a User. If i save 2 .ini file like this:

User.ini

[Username1]
Fullname=
Primarygroup=Mygroup1

[Username2]
Fullname=
Primarygroup=Mygroup2

Group.ini

[Mygroup1]
;all user that is part of this group
description=descr
Userame1=1
Username3=1

[Mygroup2]
.
.

I will be able to reproduce this structure in other computer. THe only thing I need now is setting Primarygroup (I use this with logon script and @PRIMARYGROUP to map email group drive for all user)