We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047b7d7 commit 443607aCopy full SHA for 443607a
docset/winserver2012-ps/wdac/Add-OdbcDsn.md
@@ -51,7 +51,7 @@ PS C:\> $newDsn = Add-OdbcDsn MyPayroll -DriverName "SQL Server Native Client 10
51
This command is equivalent to example 2, but it saves the newly-created System DSN object into a PowerShell variable for future use.
52
By default, this command does not return the driver object if the "PassThru" parameter is not specified:
53
54
-### 4:
+### Example 4: Migrates DSNs to a newer version of a driver
55
```
56
C:\PS> $DsnArray = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
57
C:\PS> foreach ($dsn in $DsnArray) {
0 commit comments