Skip to content

Commit

Permalink
Replaced SystemTlsVersions with SystemDefaultTlsVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
lusassl-msft authored and dpaulson45 committed Jun 13, 2024
1 parent 4db3cce commit 2cfea22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ begin {

$tlsSettings.TlsSettings.Registry.Net.Values |
ForEach-Object {
$displayObject += NewDisplayObject "SystemTlsVersions" -Location $_.MicrosoftRegistryLocation -Value $_.SystemDefaultTlsVersionsValue
$displayObject += NewDisplayObject "SystemDefaultTlsVersions" -Location $_.MicrosoftRegistryLocation -Value $_.SystemDefaultTlsVersionsValue
$displayObject += NewDisplayObject "SchUseStrongCrypto" -Location $_.MicrosoftRegistryLocation -Value $_.SchUseStrongCryptoValue
$displayObject += NewDisplayObject "SystemTlsVersions" -Location $_.WowRegistryLocation -Value $_.WowSystemDefaultTlsVersionsValue
$displayObject += NewDisplayObject "SystemDefaultTlsVersions" -Location $_.WowRegistryLocation -Value $_.WowSystemDefaultTlsVersionsValue
$displayObject += NewDisplayObject "SchUseStrongCrypto" -Location $_.WowRegistryLocation -Value $_.WowSchUseStrongCryptoValue
}
$stringOutput = [string]::Empty
Expand Down

0 comments on commit 2cfea22

Please sign in to comment.