TorstenSchnitter
TorstenSchnitter
#### Details of the scenario you tried and the problem that is occurring Added an ACL entry with: ```powershell $Path = [System.String]::Format('cn=computers,{0}', $DomainDN) ADObjectPermissionEntry ([System.String]::Format('[{0}]:{1}\ad_de_mandant_ComputerAccountOperators_U[c|d]', $Path, $DomainNetBIOSName)) { Path =...
### Problem description Trying to add a group from a trusting domain to a domain local group using distinguished name. working with ActiveDirectory 6.1.0-preview0005 NOT working with ActiveDirectory 6.2.0 ###...
Fixed an error when **NoPropagateInherit** is set to `$true` ([#20](https://github.com/SNikalaichyk/cNtfsAccessControl/pull/20)) - - - This change is [](https://reviewable.io/reviews/dsccommunity/cntfsaccesscontrol/21)
Setting ace to 'ReadAndExecute' with 'SubfoldersOnly' and 'NoPropagateInherit' = $true does not end in the correct result. ACE in 'PropagationFlags' should be 'NoPropagateInherit, InheritOnly' but is 'NoPropagateInherit' only witch is...