Checking Users if they have Account Templates
search cancel

Checking Users if they have Account Templates

book

Article ID: 68426

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Question:

I have recently used the 'Synchronize User with Roles'. How do I check my users to see if they received the Account Template?

 

 

Environment

Release: Identity Manager

Resolution

Answer:

Using the etautil.exe command from the ...\Identity Manager\Provisioning Server\bin, there 2 commands can be run:

etautil -u <username> -p <password> report 'etGlobalUserContainerName=Global Users, eTNamespaceName=CommonObjects' eTGlobalUser globalusername=<username-here> list eTSyncAccounts

This command will search specified user in the "globalusername=" field.

or

etautil -u <username> -p <password> select 'etGlobalUserContainerName=Global Users, eTNamespaceName=CommonObjects' eTGlobalUser globalusername='*' list eTSyncAccounts

This command will search all users with an Account Template.