Whe using the ' Remove only if the account on the Domain Controller user database has been deleted: ' option..
Is it possible to compare the user's SID id to determine if that user has been deleted from the domain controller?
The issue is... we have some user profile names that have been modified in AD, but of course the workstation still uses the profile name that was first created becase the SID is the same. Currently, if I enable this option, it would delete a valid profile. (due to different profile name and domain user name)
I notice that the log file shows the SID id for the currently logged on user, so it appears to be feasible.
Thanks.