You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.