创建 ODBC 连接的脚本
我需要通过 SMS/SCCM 部署一些软件,并且该软件要求在 Windows 中创建 ODBC 连接。我获得的连接信息需要用户名和密码。我有一个批处理脚本将连接信息导入到注册表中,但是我不知道如何将用户名和密码放入其中。我想编写此脚本或将其放入某种可分发包中。
谢谢, -马修
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用以下脚本:
You may use the follow script:
以下是如何使用 VBScript, PowerShell 或 Perl。
Here are examples of how to directly edit the ODBC Registry settings with VBScript, PowerShell, or Perl.
这是我使用的脚本(2015 年 1 月)。全部替换<>和你的名字:
Here's the script I use (jan. 2015). Replace all <> with your names: