M
MMJC23
Dear Sirs
I have to transfer the Radius service from 4 old Windows Server 2008 to 4 new Windows Server 2012.
Older servers and new servers are not part of a Domain; then, DialIn users are local users and not Active Directory users
I have to transfer 1000 radius users (4000 users in total) so I created a Vb.Net program that reads users from a text file and using the commands "Net USER", "WMIC USERACCOUNT", "NET LOCALGROUP" and "NETSH RAS" I can: create the user and set the password and properties, disable password expiration, associate it with the radius user group, and enable DialIn access.
But I can not set the IPv4 address.
I manually set the IP address of a user and tried to find out which files and / or registry keys were changed but I did not find anything.
Where is the IP address of a local user (not Active Directory) saved?
Can I set it by a command or a scipt?
Thank you in advance
Continue reading...
I have to transfer the Radius service from 4 old Windows Server 2008 to 4 new Windows Server 2012.
Older servers and new servers are not part of a Domain; then, DialIn users are local users and not Active Directory users
I have to transfer 1000 radius users (4000 users in total) so I created a Vb.Net program that reads users from a text file and using the commands "Net USER", "WMIC USERACCOUNT", "NET LOCALGROUP" and "NETSH RAS" I can: create the user and set the password and properties, disable password expiration, associate it with the radius user group, and enable DialIn access.
But I can not set the IPv4 address.
I manually set the IP address of a user and tried to find out which files and / or registry keys were changed but I did not find anything.
Where is the IP address of a local user (not Active Directory) saved?
Can I set it by a command or a scipt?
Thank you in advance
Continue reading...