I need to create 4000 local user accounts in a stand alone Windows Server 2003 (is not a member of Active Directory). I have an script to do reading users and passwords from a text file. The problem is that those users are going to be use for RADIUS authentication
and I have to asign a different IP for eacho user since is not possible to use IAS with an IP pool of address.
What i need is to know wich is the name of the property that I have to modify in order to asign an IP address to each local user, and also to enable "allow dial in" to each user.
I know how to make it in Active Directory with "msNPAllowDialin" and "msRADIUSFramedIPAddress" properties of the user....but what about doing the same in a local user account?
Any ideas...is it possible
Thanks in advance
PS: I can set the dial in properties with the following procedure, but I don't know how to script.