how do you hide old user from the assigned to field in the ticket?

Herculeon 66 Reputation points
2021-08-31T14:53:01.037+00:00

We have technicians that have left the company. Their user was part of of the Global Operators Group. My ldap query for AD connector is:
(|(&(ObjectCategory=User)(!samaccountname=service_)(!samaccountname=-a)(!samaccountname=sa_)(!samaccountname=sql)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))(objectCategory=group))

In the global members property, in the included members area i have user department contains IT AND OU does not equal "Disabled Users" AND configuration object status equals active. However, the technicians who are no longer here still show as a selection for "assigned to".

I would really like old users hidden to prevent as a possible selection.

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
237 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 111.3K Reputation points MVP
    2021-08-31T17:35:54.773+00:00

    Hi @Herculeon ,

    If you filter disabled users in AD Connector you wont' get the latest updated details of a disabled user from AD in SCSM.
    Because the disabled user in AD is out of scope of the AD Connector SCSM didn't get the latest updated details like the updated OU = "DisabledUsers".
    You should check the OU and DN properties of the AD disabled users in SCSM.

    • Value of OU property?
    • Value of DN ?
    • Value of object status?

    Also keep in mind the group membership is calculated with a delay up to 30 minutes. The dynamic group members are not calculated in "real time".

    Here I did some tests with an AD Connector syncing disabled users as well. And the "dynamic group membership" in "Global Operators" works as expected

    The settings are like this:

    127960-image.png

    I choosed contains for the OU criteria because with nested OUs the path is synced in this property:

    127937-image.png

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Herculeon 66 Reputation points
    2021-08-31T19:48:35.93+00:00

    thank you for the infomation. however, it does not seem to work appropriately. i do have those old users in a different group. that other group worked but the disabled did not. weird but as long as it works, that is good.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.