• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Backing Up Usernames in Win NT

nemouk

Senior member
How can you back up usernames and profiles on an NT4 Server, so that these can be restored onto a different server.
 
You can't.

You'll have to manually recreate the users.

(I'm assuming you're talking local users, not domain users. Domain users exist throughout the domain.)
 
I don't think this is what you're asking for but it might help, you can do a:

net users > textfile.txt

to export a list of all your accounts

and a

net localgroup > textfile2.txt

to export a list of your local groups.

It recreate your profiles or group memberships but it's a start.
 
Back
Top