I have a legacy app that uses a default System DSN configured account. This System DSN is pushed to all desktops via a GPO. The GPO has three sections to it
- a desktop shortcut
- Computer Configuration/Preferences/[![enter image description here][1]][1]Control Panel Settings/Data Sources/ the action is set to Create so any new computers added to the domain will get his GPO. These are Registry settings that build the System DNS
- Under Computer Configuration/Windows Settings/Scripts/Startup and in the Scripts tab there is a VBS file that has the username and password in them. The password is encrypted.
I need to update the password and have no idea how they got the existing password encrypted in the VBS file. I understand why the settings are greyed out. I’m trying to figure out how they got this to work.
Any suggestions would be greatly appreciated
Scott