Best Practice to Import Users from AD into ServiceNow

Chong1
Kilo Contributor

Hi there,

I am new to ServiceNow, in my environment have 3000 users+ , 500 services accounts created at Users OU, what is the Best Practice to Import Users from AD into ServiceNow ?

Create a security group "ServiceNowUserGroup" in AD, add those 3000 users into this "ServiceNowUserGroup" and import it into ServiceNow or direct link ServiceNow point to Users OU ?

Thanks in advanced !

7 REPLIES 7

MarkWe
Tera Guru

I think this depends on your requirements and central Identity Management and Provisioning architecture.

If within your organisation it's a requirement to have a security group decide wether or not accounts get provisioned to a certain application, then creating a separate "ServiceNowUserGroup" would make sense.

I'd personally only suggest this option if you have some way of automatically add and remove users from this group (for example from an Identity Management solution), otherwise you'd have to keep adding and removing users to this group.

 

If you don't have such a requirement or practise within your organisation, you might want to consider adding all user accounts (except I assume all service accounts, functional accounts and administrative accounts).

If you have all users in the same OU (without any way to distinguish service- and admin-accounts by using an ldap-query) you'd be left with no choice of either adding a separate security group, or moving certain accounts to a different OU -- probably breaking things in the process.

 

Another thing to consider is the groups you want to use within ServiceNow. If you plan on using certain AD-groups within ServiceNow for giving different users different roles, you might need to plan which groups you want to synchronize to ServiceNow as well.

Chong1
Kilo Contributor

Thanks for reply !

Carlos Petrucio
Mega Sage

The ideal would be to import all the records, without the need to create this specific group.

In servicenow, you can define which groups users will have access to based on their rules.

For example, of the 3 thousand accounts, 120 could be support accounts for the service desk and field service, where in the servicenow they would be part of the ITIL role, and the others would have an end user profile.

The question of the profile could be all users imported as an end user, and use a specific data as a department for example to direct them to the ITIl role.

how to filter out 500+ services accounts when import?