Guest hoangcamapas Posted March 20, 2007 Posted March 20, 2007 I'm using Windows 2003 server. I want to set passwords for all clients with the same password for Administrator accountI try to make *.bat and get it into GPO but not successfulSet password by *.bat:Net user administrator 123456HOw?
cluberti Posted March 21, 2007 Posted March 21, 2007 Assuming the user logging on is the "Administrator", this will work. If the user running the .bat file isn't the Administrator, then they must be part of the "Administrators" group for this to work. If neither of those is true, the script will fail.Consider using something other than a logon script to do this - it's fraught with problems. Machine startup scripts work well http://www.microsoft.com/technet/prodtechn...e/startw2k.mspx
Guest hoangcamapas Posted April 25, 2007 Posted April 25, 2007 I wondering why this script not work on any clients.I add this script to logon http://img403.imageshack.us/my.php?image=setzq8.jpgby GPO
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now