Situation
When working with packages in policy and trying to add a security group as allow or deny group to the package, the ADBrowser does not show the available domains.
For this to be fixed, the Case-sensitivity of the domain distinguish name needs to be ensured.
What to do?
-
Call "[System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()" in Powershell to identify the name of needed domain.
2. Check the Domain table in the RayManageSoft database and ensure the case-sensitivity of the value in the DN column. It needs to match the value of the name from step 1.
Comments