Skip to content

Commit 047b7d7

Browse files
authored
Update Add-OdbcDsn.md
updated 2012 r2 version of the document
1 parent 365b555 commit 047b7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2012r2-ps/wdac/Add-OdbcDsn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Without **PassThru**, the cmdlet does not return anything.
5656

5757
### Example 4: Migrates DSNs to a newer version of a driver
5858
```
59-
PS C:\> $dsnArr = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
60-
PS C:\> foreach ($dsn in $dsnArr) {
59+
PS C:\> $DsnArray = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
60+
PS C:\> foreach ($dsn in $DsnArray) {
6161
Remove-OdbcDsn -InputObject $dsn
6262
# You can change the property array as well,
6363
# if DSN attributes have been changed in the new driver version

0 commit comments

Comments
 (0)