Skip to content

v6.6.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 29 Sep 15:09
8ae460a

[v6.6.0]

Added

  • ADManagedServiceAccount
    • New parameter TrustedForDelegation for Kerberos Delegation
      (issue #717).
  • ADDomainController
    • New parameter UseExistingAccount for attaching a server to an existing RODC account.
      (issue #711).
  • ADReadOnlyDomainControllerAccount
    • New resource for pre-creating Read Only Domain Controller accounts.
      (issue #40)
      (issue #711).

Fixed

  • ActiveDirectoryDsc.Common
    • Fixed Get-DomainControllerObject to allow checking non-local domain controller accounts.
  • ADObjectPermissionEntry
    • Fixed 'The object name has a bad syntax' error when using path that requires escaping.
      (issue #675).
  • Update build process to pin GitVersion to 5.* to resolve errors
    (gaelcolas/Sampler#477).