Using DOS batch file to change MSDE blank passwords
From: F_MIkey (anonymous_at_discussions.microsoft.com)
Date: 11/25/03
- Next message: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Previous message: Sue Hoegemeier: "Re: Remote Server issue..."
- Next in thread: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Reply: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 Nov 2003 11:26:04 -0800
Hello.
I am attempting to write a batch file that will automatically logon and set the blank passwords on multiple users laptops to a password of IS Supports choosing. My scripting skills are very raw but here is what I have thus far:
osql -U sa -P
Exec sp_password NULL,'Test!01','sa'
go
exit
All I am able to accomplish is the following:
osql -U sa -P
1>
I don't want the users to have to do ANYTHING. Can someone help me accomplish this?
- Next message: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Previous message: Sue Hoegemeier: "Re: Remote Server issue..."
- Next in thread: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Reply: Jasper Smith: "Re: Using DOS batch file to change MSDE blank passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|