Users are not added to DLO automatically.
The reason why "Assign using Domain and Group" does not display "Domain Local" or "Universal" groups is because of the API which is used to pull data from Active Directory.
The reason why "Assign using Active Directory" doesn't work is because the Full Distinguished Active Directory name of the Group object needs to be specified.
Use the Microsoft tool 'adsiedit' to figure out what the Full Distinguished name is of the Domain Local group object within Active Directory.
Then, from within the DLO Administration Console,
1. Navigate into Setup > Automated User Assignments > New User Assignment
2. Select Assign using Active Directory > Configure
3. Click Browse to find the "In (LDAP Directory)" Full Distinguished name
Note:
If your domain is jddlo.com, "In (LDAP Directory)" is LDAP://DC=jddlo,DC=com
4. Select "Only the objects in this directory that match the criteria below"
5. For Attributes, select memberOf
6. For Condition, select =
7. For Value, specify the Full Distinguished name of the desired group
Example: CN=DLO_USERS_Local,CN=Users,DC=jddlo,DC=com
Note:
You can find "MemberOf" value for a user by the following command on Powershell if the username is testuser.
Get-ADuser -identity testuser -property memberof
DistinguishedName : CN=testuser,CN=DLO_USERS,CN=Users,DC=jddlo,DC=com
Enabled : True
GivenName :
MemberOf : {CN=DLO_USERS,CN=Users,DC=jddlo,DC=com}
Name : testuser
ObjectClass : user
ObjectGUID : 7538bcd4-2c87-4b76-8229-4f3ced22ab86
SamAccountName : testuser
SID : S-1-5-21-2109476077-1972574819-3722176548-1113
Surname : testuser
UserPrincipalName : testuser@jddlo.com
8. Click OK to save the changes
The Automated User Assignment should now work as desired.
Note: The Microsoft tool 'adsiedit' can be used after enabling Remote Server Administration Tools (RSAT) for windows:
How to enable Microsoft RSAT Tool and it's usage
Note: If you prefer a different tool to find the Full Distinguished name of the AD Group Object, you may use it.
Applies To
Desktop Laptop Option all versions