Deploy ODBC Setting with Windows Authentication via GPO
You can actually deploy ODBC Settings via GPO very easily.
Computer Configuration > Preferences > Control Panel Settings > Data Sources
or
User Configuration > Preferences > Control Panel Settings > Data Sources
ODBC Example with Windows Authentication
New > Data Source
Action: Replace
Data Source Name: Test
Driver: SQL Server
Attributes:
Database: DBName
Server: SQLServer
TRUSTED_CONNECTION: Yes
admin on September 26th 2015 in IT, Windows, Windows Server