(imported comment written by Lee Wei)
In these situations where the documentation have yet to catch up with the modified relevance inspectors, we can use the following relevance to self introspect.
// Active Directory Group creation methods
q: properties whose (it as string contains “: active directory group”)
A: group of : active directory group
A: groups of : active directory group
A: group of : active directory group
A: groups of : active directory group
// Active Directory Group properties
q: properties whose (it as string contains “:”)
A: name of : string
A: distinguished name of : string
A: distinguished name error message of : string
A: sid of : security identifier
A: sample time of : time
// Active Directory Local User creation methods
q: properties whose (it as string contains “: active directory local user”)
A: local user of : active directory local user
A: logged on user of : active directory local user
A: local users of : active directory local user
A: logged on users of : active directory local user
A: active directory user of : active directory local user
// Active Directory Local User properties
q: properties whose (it as string contains “:”)
A: name of : string
A: distinguished name of : string
A: distinguished name error message of : string
A: groups error message of : string
A: sample time of : time
A: group of : active directory group
A: groups of : active directory group
Lee Wei