Skip to content

Releases: dsccommunity/ActiveDirectoryDsc

v6.2.0-preview0001

24 Jan 16:49
9346a1d
Compare
Choose a tag to compare
v6.2.0-preview0001 Pre-release
Pre-release

[v6.2.0-preview0001]

Changed

  • ADGroup
    • Refactored Module.
    • Refactored Unit and Integration Tests.

Added

  • ADGroup
    • Added support for managing AD group membership of Foreign Security Principals. This involved completely
      refactoring group membership management to utilize the Set-ADGroup cmdlet and referencing SID values.
      (issue #619).
  • ADFineGrainedPasswordPolicy
    • New resource for creating and updating Fine Grained Password Policies for AD principal subjects.
      (issue #584).

Changed

  • ActiveDirectoryDsc
    • Renamed master branch to main (issue #641).
    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust
    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink
    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADDomainController
    • Fixed Test-TargetResource error when the ReadOnlyReplica property is set to true
      (issue #611).
  • ADGroup
    • Fixed issue with retrieving group members using Get-ADGroupMember when members are from another domain
      by adding and using the 'Members' property from Get-ADGroup and sending the resulting DistinguishedName to
      Get-ADObject when Get-ADGroupMember throws a specific error.
      (issue #616).
  • ADOrganizationalUnit
    • Removed Credential from the list of desired values to compare when passed
      (issue #624).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0006

10 Oct 08:41
87b1308
Compare
Choose a tag to compare
v6.1.0-preview0006 Pre-release
Pre-release

[v6.1.0-preview0006]

Added

  • ADGroup
    • Added support for managing AD group membership of Foreign Security Principals. This involved completely
      refactoring group membership management to utilize the Set-ADGroup cmdlet and referencing SID values.
      (issue #619).
  • ADFineGrainedPasswordPolicy
    • New resource for creating and updating Fine Grained Password Policies for AD principal subjects.
      (issue #584).

Changed

  • ActiveDirectoryDsc
    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust
    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink
    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADDomainController
    • Fixed Test-TargetResource error when the ReadOnlyReplica property is set to true
      (issue #611).
  • ADGroup
    • Fixed issue with retrieving group members using Get-ADGroupMember when members are from another domain
      by adding and using the 'Members' property from Get-ADGroup and sending the resulting DistinguishedName to
      Get-ADObject when Get-ADGroupMember throws a specific error.
      (issue #616).
  • ADOrganizationalUnit
    • Removed Credential from the list of desired values to compare when passed
      (issue #624).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0005

13 Jul 20:54
1400a18
Compare
Choose a tag to compare
v6.1.0-preview0005 Pre-release
Pre-release

[v6.1.0-preview0005]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink

    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADDomainController
    • Fixed Test-TargetResource error when the ReadOnlyReplica property is set to true
      (issue #611).
  • ADGroup
    • Fixed issue with retrieving group members using Get-ADGroupMember when members are from another domain
      by adding and using the 'Members' property from Get-ADGroup and sending the resulting DistinguishedName to
      Get-ADObject when Get-ADGroupMember throws a specific error.
      (issue #616).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0004

30 Jun 16:40
1060b30
Compare
Choose a tag to compare
v6.1.0-preview0004 Pre-release
Pre-release

[v6.1.0-preview0004]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink

    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADDomainController
    • Fixed Test-TargetResource error when the ReadOnlyReplica property is set to true
      (issue #611).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0003

23 Jun 16:56
05e2e29
Compare
Choose a tag to compare
v6.1.0-preview0003 Pre-release
Pre-release

[v6.1.0-preview0003]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink

    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0002

02 May 19:19
fa3aee9
Compare
Choose a tag to compare
v6.1.0-preview0002 Pre-release
Pre-release

[v6.1.0-preview0002]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink

    • Refactor Test-TargetResource Function.

Fixed

  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.1.0-preview0001

02 May 17:47
2b5590a
Compare
Choose a tag to compare
v6.1.0-preview0001 Pre-release
Pre-release

[v6.1.0-preview0001]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.

Fixed

  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.0.2-preview0004

02 May 12:36
1862dc7
Compare
Choose a tag to compare
v6.0.2-preview0004 Pre-release
Pre-release

[v6.0.2-preview0004]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.

Fixed

  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).

v6.0.2-preview0003

27 Apr 16:16
4d2668a
Compare
Choose a tag to compare
v6.0.2-preview0003 Pre-release
Pre-release

[v6.0.2-preview0003]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.

v6.0.2-preview0002

26 Apr 16:11
1f6b92d
Compare
Choose a tag to compare
v6.0.2-preview0002 Pre-release
Pre-release

[v6.0.2-preview0002]

Changed

  • ActiveDirectoryDsc

    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
  • ADDomainTrust

    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.