Unsolved
This post is more than 5 years old
11 Posts
0
480
May 6th, 2011 08:00
Searching for users no longer in the address list in SourceOne
In SourceOne how can I search for users that are no longer in the Exchange Global Address List?
In EmailXtender there was a SQL query that I could run to find the address. Is there something similar in SourceOne?
Thanks.
V/
No Events found!
vincenta2
11 Posts
0
May 11th, 2011 14:00
I was able to find the answer to this issue. The SQL query in SourceOne is the same as in EmailXtender:
select * from emailaddress where emailaddress like '%firstname or lastname or firstname.lastname%' order by emailaddress
V/