Skip to content

v6.7.1

Latest

Choose a tag to compare

@dscbot dscbot released this 05 Dec 13:45
v6.7.1
6f68181

[v6.7.1]

Added

  • ADReadOnlyDomainControllerAccount
    • Added read-only value Enabled indicating whether a pre-staged account is Enabled or Disabled (Unoccupied).
  • ActiveDirectoryDsc
    • Added strings.psd1 for HQRM compliance.
  • ADObjectPermissionEntry
    • The "ObjectType" parameter now supports the display name of the object to which
      the access rule applies, in addition to the schema GUID.
      (issue #744).
    • The "InheritedObjectType" parameter now supports the display name of the object
      type that can inherit this access rule, in addition to the schema GUID.
      (issue #744).
  • ADDomain
    • Skip LCM reboot signal if SuppressReboot parameter is set to true
      (issue #742).

Removed

  • All Resources
    • Removed about_*.help.txt from sources as these are now generated at build time.
  • ActiveDirectoryDsc.Common
    • Test-DscPropertyState now provided by DscResource.Common.
    • Compare-ResourcePropertyState now provided by DscResource.Common.

Changed

  • build.ps1
    • Update to latest Sampler version.
  • Resolve-Dependency.ps1
    • Update to latest Sampler version.
  • Resolve-Dependency.psd1
    • Update to latest Sampler version.
    • Enable ModuleFast.
  • RequiredModules.psd1
    • Add PlatyPS fixes #714.
    • Indented.ScriptAnalyzerRules.
  • analyzersettings.psd1
    • Update to latest dsccommunity version.
  • ActiveDirectory.psd1
    • Fix formatting.
    • Clear DscResourcesToExport as this is overwritten by ModuleBuilder.
    • Add RootModule.
  • build.yaml
    • Add doc generation.
    • Move module to buildModule directory.
    • Add wiki to release assets.
  • ActiveDirectoryDsc
    • Migrate tests to Pester 5.
    • Add VSCode settings for Pester Extension.

Fixed

  • ADObjectPermissionEntry
    • Fixed Get-TargetResource to return valid ActiveDirectoryRights when ACE is absent.
  • ADDomain
    • Report domain exists in Get-TargetResource during pending DC promotion reboot.
      (issue #742).
  • ADDomainController
    • Check the operating system to see if it is a domain controller before locating the
      domain controller object.
      Fixes issue #747.
    • Updated documentation to reflect parameters that should not be used with UseExistingAccount.
    • Additional guards against null properties when getting DelegatedAdministratorAccountName.
  • ActiveDirectoryDsc.Common
    • Removed operating system check from Get-DomainControllerObject and moved into ADDomainController above.