Skip to content

Releases: dsccommunity/xSystemSecurity

v1.5.1

13 Mar 16:10
50e33ba
Compare
Choose a tag to compare

[v1.5.1]

Deprecated

  • THIS MODULE HAS BEEN DEPRECATED. It will no longer be released. Please use
    the following modules instead:
    • The resource xIEEsc have been replaced by IEEnhancedSecurityConfiguration
      in the module ComputerManagementDsc.
    • The resource xUac have been replaced by UserAccountControl
      in the module ComputerManagementDsc.
    • The resource xFileSystemAccessRule have been replaced by FileSystemAccessRule
      in the module FileSystemDsc.

Fixed

  • Fixes issue with importing composite resources (issue #34).

v1.5.1-preview0001

13 Mar 16:00
50e33ba
Compare
Choose a tag to compare
v1.5.1-preview0001 Pre-release
Pre-release

[v1.5.1-preview0001]

Deprecated

  • THIS MODULE HAS BEEN DEPRECATED. It will no longer be released. Please use
    the following modules instead:
    • The resource xIEEsc have been replaced by IEEnhancedSecurityConfiguration
      in the module ComputerManagementDsc.
    • The resource xUac have been replaced by UserAccountControl
      in the module ComputerManagementDsc.
    • The resource xFileSystemAccessRule have been replaced by FileSystemAccessRule
      in the module FileSystemDsc.

Fixed

  • Fixes issue with importing composite resources (issue #34).

v1.5.0

29 Jan 15:44
87f8cdf
Compare
Choose a tag to compare

[v1.5.0]

Added

  • xSystemSecurity
    • Added continuous delivery with a new CI pipeline.

Fixed

  • xSystemSecurity
    • Fixed the correct URL on status badges.
  • xFileSystemAccessRule
    • Corrected flag handling so that the Test-TargetResource passes
      correctly.
    • Using Ensure = 'Absent' with no rights specified will now correctly
      remove existing ACLs for the specified identity, rather than silently
      leaving them there.
    • Correctly returns property Ensure from the function Get-TargetResource.

v1.5.0-preview0001

29 Jan 11:56
20a9079
Compare
Choose a tag to compare
v1.5.0-preview0001 Pre-release
Pre-release

[v1.5.0-preview0001]

Added

  • xSystemSecurity
    • Added continuous delivery with a new CI pipeline.

Fixed

  • xFileSystemAccessRule
    • Corrected flag handling so that the Test-TargetResource passes
      correctly.
    • Using Ensure = 'Absent' with no rights specified will now correctly
      remove existing ACLs for the specified identity, rather than silently
      leaving them there.
    • Correctly returns property Ensure from the function Get-TargetResource.

v1.4.0

26 Jan 12:13
83761eb
Compare
Choose a tag to compare
  • Changes to xFileSystemAccessRule
    • Fixed issue when cluster shared disk is not present on the server (issue #16). Dan Reist (@randomnote1)

v1.3.0

26 Jan 12:12
f43f49c
Compare
Choose a tag to compare
  • Updated FileSystemACL Set

v1.2.0

26 Jan 12:12
Compare
Choose a tag to compare
  • Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
  • Added xFileSystemAccessRule resource

v1.1.0

26 Jan 12:11
Compare
Choose a tag to compare
  • Fixed encoding

v1.0.1

26 Jan 12:11
Compare
Choose a tag to compare

Initial release with the following resources

  • xUAC
  • xIEEsc