TorstenSchnitter

Results 2 comments of TorstenSchnitter

You can change the size limit for the ADWS Service. This solved same problem with group member limit for me. On all domain controller got to: c:\windows\ADWS\ Edit file: Microsoft.ActiveDirectory.WebServices.exe.config...

function New-FileSystemAccessRule should be changed at line 739 from: if ($NoPropagateInherit -eq $true -and $InheritanceFlags -ne 'None') { [System.Security.AccessControl.PropagationFlags]$PropagationFlags = 'NoPropagateInherit' } To: if ($NoPropagateInherit -eq $true -and $InheritanceFlags -ne...