Skip to content

Commit 437b800

Browse files
Update Get-TLSRegistryKeys.ps1
1 parent dfaf4c6 commit 437b800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Powershell/Get-TLSRegistryKeys.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Function Get-TLSRegistryKeys
153153
foreach ($driver in $odbcOutput)
154154
{
155155
Write-Host '-' -NoNewline -ForegroundColor Green
156-
if ($driver -match "11|13|17")
156+
if ($driver -match "11|13|17|18")
157157
{
158158
Write-Verbose "FOUND $driver"
159159
$odbc += "$driver (Good)"

0 commit comments

Comments
 (0)