Objective
Locate a specific user object in a target Silo DEMO - namely one where the account name is test_user.
Note: This illustrates the use of the generic "Object Record" as a good starting point for any search.
From here adjustments can be made such as
- Changing Data Type
- Adding a Map Rule (placeholder: subsequent article)
- Changing the Value Rule to an expression (placeholder: separate article)
Approach
- Click on Settings/Test Panel
- Select Rule Tester
- Data Type
- Select Object from the drop-down
- Query Filters
- Deleted Null
- ObjectType == "user"
- Silo == special.Identity Silo.DEMO
- Value Rule
- Context
- Render - returned xxx objects
- Add new query filter
- Attributes.sAMAccountName == "test_user"
- Render - returned 1 object (see final result below)
Final Result
1 objects matched query.
Rule Value | Object |
{ "PasswordSync": null, "Id": "f844d131-f4aa-5353-b31c-21c6042ba18e", "Silo": "b59ecf7f-dde8-4765-8388-7f9c1bd79aed", "DN": "CN=test_user,OU=people,DC=sidmdemo,DC=com", "ObjectType": "user", "Modified": "2023-03-26T02:40:13.301Z", "Created": "2023-01-18T17:17:23.092Z", "Deleted": null, "Attributes": { "accountExpires": 0, "msRTCSIP-PrimaryUserAddress": "sip:test_user@sidmdemo.com", "legacyExchangeDN": "/o=sidmdemo/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=cf7ae38581314ec7a4bd6e7eb1bd0f15-svcbheiduatad", "countryCode": 0, "objectGUID": "bgxLnPg08EmTXgzk+RoERA==", "company": "SIDM", "msDS-cloudExtensionAttribute1": "sidmdemo.onmicrosoft.us", "lastLogonTimestamp": 133238024424524330, "userAccountControl": 66048, "mS-DS-ConsistencyGuid": "bgxLnPg08EmTXgzk+RoERA==", "objectSid": "AQUAAAAAAAUVAAAAAC2byplbyvRSUqJt9XgCAA==", "pwdLastSet": 132641141330350297, "cn": "test_user", "c": "US", "msExchRemoteRecipientType": 1, "userPrincipalName": "test_user@sidmdemo.com", "msExchRecipientDisplayType": -2147483642, "sn": "eiduat_adlds", "displayName": "test_user", "mailNickname": "test_user", "sAMAccountName": "test_user", "employeeNumber": "12345", "mail": "test_user@sidmdemo.com", "msExchRecipientTypeDetails": 2147483648 }, "Hash": "BQQNbnNv4fXyX2WAZjHK1w==", "Links": null, "JoinValues": [ "User|uid|bgxLnPg08EmTXgzk+RoERA==", "User|eid|12345" ], "Changes": [ { ... } ], "MultiNames": { "proxyAddresses": false }, "Type": "ADRecord" } |
Comments
0 comments
Please sign in to leave a comment.