Question:
I have recently used the 'Synchronize User with Roles'. How do I check my users to see if they received the Account Template?
Release: Identity Manager
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.