views:

553

answers:

1

I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I have a batch script to import the connection information into the registry, however I don't know how to go about putting the user name and password in. I'd like to script this or put it in some kind of distributable package.

Thanks, -Mathew

+1  A: 

Here are examples of how to directly edit the ODBC Registry settings with VBScript, PowerShell, or Perl.

ewall