Skip to content

v3.0.0-preview0004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 20 May 21:53

[v3.0.0-preview0004]

Added

  • SecurityPolicyDsc:
    • Added automatic release with a new CI pipeline.
      Issue #143.

Changed

  • Updated pipeline with Sampler.GitHubTasks tasks.
  • SecurityPolicyDsc:
    • AccountPolicy/SecurityOption:
      • BREAKING: Introduced support for PowerShell v7 (Invoke-DscResource).
        With this change, we start using Import-PowerShellDataFile, which is only available from PowerShell v5.
        This means Windows PowerShell 4 (WMF 4) is no longer supported.
    • Resolved custom Script Analyzer rules that was added to the test framework.
    • Moved change log to CHANGELOG.md.
    • Added support for more SDDL SID constants
      Issue #126.
      • Added functions to convert identity to and from SDDL SID constants.
      • Changed Format-RestrictedRemoteSAM to use new function to create strings with additional SDDL SID constants.
      • Changed ConvertTo-CimRestrictedRemoteSam to use new function to accept more possible SDDL SID constants.
      • Changed ConvertTo-CimRestrictedRemoteSam to skip CimInstance creation if no valid Identity was found.
    • Added schema descriptions for all properties and update README.
    • Added PowerShell Dsc Resource Help Files.
  • AccountPolicy:
    • Improved and updated unit tests to Pester v4 format.

Fixed

  • AccountPolicy:
    • Ensure Get method returns the specified Name property.
    • Fix applying Account_lockout_duration to zero
      Issue #140.