2/8/2010 5:29:42 PM
 Michael B Posts: 4
|
I would like to request some help in writing a powershell script, I think that it would be very useful for others.
Scenario: A server is built by an automated process, during the build the "Administrator" password for the server is set to a generic vaule.
Issue: Staff leave the organisation and take the password with them, staff choose to use the local administrator password instead of their domain credentials.
Fix: Have each server run a powershell script. This script will run in the context of a domain account. The domain account will have write access to secret server.
The script will: Generate a password Reset the Local Administrator password Submit the password to Secret Server to be stored later.
Admins will find their own way to incorporate the script into their environment, as each orgs build process is unique.
What I need help with: Submitting details to secret server via powershell
|
|
|
0
• link
|