Retrieving WSSAdmin password for 2007

J

Jason Keller

Is there anyway we can retrieve the WSSAdmin password? If not, what would it
affect if we changed that password?
 
P

Paul Conroy

• Change the account password
• From one of the Project application servers Open a command line prompt
(Start -> Run -> cmd)
• Change directory wherever STSADM has been installed, typically:

 cd "C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN"

• Execute the following commands:

 stsadm -o updatefarmcredentials -userlogin domain\username -password
NEWPASSWORD

 stsadm -o updateaccountpassword -userlogin domain\username -password
NEWPASSWORD –noadmin

 IISRESET

• Reboot all farm servers

--
Did this post help you. Consider passing on the good will by making a
donation this great charity.
http://www.fundraiseonline.co.nz/TheProjectServerGuru/

http://theprojectserverguru.spaces.live.com
 
G

Gordon

Hi Paul,

Will this change the password on the application pools using this identity
account.

G
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top