Skip to content

v1.6.0

Latest

Choose a tag to compare

@dscbot dscbot released this 17 Feb 18:04
ae28350

[v1.6.0]

Added

  • Public commands
    • Assert-TlsProtocol
    • Disable-TlsProtocol
    • Enable-TlsProtocol
    • Get-TlsProtocol
    • Reset-TlsProtocol (issue #69)
    • Test-TlsNegotiation
    • Test-TlsProtocol
  • Enum
    • SChannelSslProtocols

Changed

  • SChannelDsc
    • Update module to latest DSCCommunity format.
    • Rename SChannelDsc.Utils to SChannelDsc.Common.
    • Convert SChannelDsc.Common a buildable nested module.
    • Update case on resource README files.
    • Converted Unit tests to Pester 5 issue #42.
    • Renamed MSFT prefix to DSC issue #43.
    • Unit test on both 2022 and 2025.

Fixed

  • Get-SChannelItem/Set-SChannelItem
    • Set value for Protocol and other setting to the correct value for enabled.
      Fixes Issue #73.

Removed

  • SChannelDsc.Common
    • Convert-SCDscArrayToString
    • Convert-SCDscCIMInstanceToString
    • Convert-SCDscHashtableToString
    • Test-SCDscObjectHasProperty