Question
August 4, 2007 at 11:19 AM
dojharris

looking for a script check in the user must change pass word

by dojharris . Updated 19 years ago

Hi,,, using server 2003 and i have to update users account. Found a script to reset all the pass words. Now i am looking for a scrit that will put a check in the user must change pass word on next log in. Ill post the scrit of change pass word below so you know what i am doing ,,, Thanks for your time >> Doj << create a text file containing the users and passwords like so: user1, genericpassword user2, genericpassword save it as user.txt GOTO run type cmd and type for /F "delims=, tokens=1,2" %A in (users.txt) do net user %A %B /domain

This discussion is locked

All Comments