|
| |||||||||
| Tags: entry, gal |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| how to find a GAL entry in AD
Their is an entry in our Global address book for a user account that i cannot find in AD Looking at the properties of this account, the only real info i can get from it is, email addresses, and still unable to find it.. any ideas?... thank you rob davis |
|
#2
| |||
| |||
| Re: how to find a GAL entry in AD
Rob - you can try searching for the matching e-mail address in AD using adfind: adfind -s subtree -b "dc=yourdomain,dc=tld" -f "(proxyaddressesl=SMTP:emailaddress@yourdomain.tld) hth Marcin "r davis" <rdavis@discussions.microsoft.com> wrote in message news:6D659B77-4A4F-42FC-970A-B3B346663BCF@microsoft.com... > Their is an entry in our Global address book for a user account that i > cannot find in AD > > Looking at the properties of this account, the only real info i can get > from > it is, > email addresses, and still unable to find it.. > > any ideas?... > > thank you > rob davis |
|
#3
| |||
| |||
| Re: how to find a GAL entry in AD
change that to ADFIND -gc ...... to query the global catalog instead of the DC -- Cheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "Marcin" <marcin@community.nospam> wrote in message news:#5cMmvUjJHA.1252@TK2MSFTNGP03.phx.gbl... > Rob - you can try searching for the matching e-mail address in AD using > adfind: > adfind -s subtree -b "dc=yourdomain,dc=tld" -f > "(proxyaddressesl=SMTP:emailaddress@yourdomain.tld) > > hth > Marcin > > "r davis" <rdavis@discussions.microsoft.com> wrote in message > news:6D659B77-4A4F-42FC-970A-B3B346663BCF@microsoft.com... >> Their is an entry in our Global address book for a user account that i >> cannot find in AD >> >> Looking at the properties of this account, the only real info i can get >> from >> it is, >> email addresses, and still unable to find it.. >> >> any ideas?... >> >> thank you >> rob davis > > |
|
#4
| |||
| |||
| Re: how to find a GAL entry in AD
i cant believe it?.... it cant find it?....... I tried DC, and GC .... the command returned nothing..... any other ideas?..... thank you.. rob davis "Jorge de Almeida Pinto [MVP - DS]" wrote: > change that to ADFIND -gc ...... > > to query the global catalog instead of the DC > > -- > > Cheers, > (HOPEFULLY THIS INFORMATION HELPS YOU!) > > # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # > > BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx > BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx > ------------------------------------------------------------------------------------------ > * This posting is provided "AS IS" with no warranties and confers no rights! > * Always test ANY suggestion in a test environment before implementing! > ------------------------------------------------------------------------------------------ > ################################################# > ################################################# > ------------------------------------------------------------------------------------------ > > "Marcin" <marcin@community.nospam> wrote in message > news:#5cMmvUjJHA.1252@TK2MSFTNGP03.phx.gbl... > > Rob - you can try searching for the matching e-mail address in AD using > > adfind: > > adfind -s subtree -b "dc=yourdomain,dc=tld" -f > > "(proxyaddressesl=SMTP:emailaddress@yourdomain.tld) > > > > hth > > Marcin > > > > "r davis" <rdavis@discussions.microsoft.com> wrote in message > > news:6D659B77-4A4F-42FC-970A-B3B346663BCF@microsoft.com... > >> Their is an entry in our Global address book for a user account that i > >> cannot find in AD > >> > >> Looking at the properties of this account, the only real info i can get > >> from > >> it is, > >> email addresses, and still unable to find it.. > >> > >> any ideas?... > >> > >> thank you > >> rob davis > > > > > |
|
#5
| |||
| |||
| Re: how to find a GAL entry in AD
an example... 22-Feb-2009 18:41:32.14 [RFSRWDC1] C:\>adfind -gc -f "name=albert*" -dn AdFind V01.40.00cpp Joe Richards (joe@joeware.net) February 2009 Using server: RFSRWDC1.ADCORP.LAB:3268 Directory: Windows Server 2008 Base DN: DC=ADCORP,DC=LAB dn:CN=Albert Einstein,OU=Users,OU=HISTORY1,OU=Org-Users,DC=ADCORP,DC=LAB 1 Objects returned 22-Feb-2009 18:41:35.62 [RFSRWDC1] C:\> -- Cheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "r davis" <rdavis@discussions.microsoft.com> wrote in message news:19522555-A98B-4FCD-BA96-801ABA10C458@microsoft.com... > i cant believe it?.... it cant find it?....... I tried DC, and GC .... > the > command returned nothing..... > > any other ideas?..... > > thank you.. > > rob davis > > "Jorge de Almeida Pinto [MVP - DS]" wrote: > >> change that to ADFIND -gc ...... >> >> to query the global catalog instead of the DC >> >> -- >> >> Cheers, >> (HOPEFULLY THIS INFORMATION HELPS YOU!) >> >> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >> >> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >> ------------------------------------------------------------------------------------------ >> * This posting is provided "AS IS" with no warranties and confers no >> rights! >> * Always test ANY suggestion in a test environment before implementing! >> ------------------------------------------------------------------------------------------ >> ################################################# >> ################################################# >> ------------------------------------------------------------------------------------------ >> >> "Marcin" <marcin@community.nospam> wrote in message >> news:#5cMmvUjJHA.1252@TK2MSFTNGP03.phx.gbl... >> > Rob - you can try searching for the matching e-mail address in AD using >> > adfind: >> > adfind -s subtree -b "dc=yourdomain,dc=tld" -f >> > "(proxyaddressesl=SMTP:emailaddress@yourdomain.tld) >> > >> > hth >> > Marcin >> > >> > "r davis" <rdavis@discussions.microsoft.com> wrote in message >> > news:6D659B77-4A4F-42FC-970A-B3B346663BCF@microsoft.com... >> >> Their is an entry in our Global address book for a user account that >> >> i >> >> cannot find in AD >> >> >> >> Looking at the properties of this account, the only real info i can >> >> get >> >> from >> >> it is, >> >> email addresses, and still unable to find it.. >> >> >> >> any ideas?... >> >> >> >> thank you >> >> rob davis >> > >> > >> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "how to find a GAL entry in AD" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help regarding the log entry and its explanation. | Shazid | Networking & Security | 3 | 09-05-2011 08:58 AM |
| Search dns entry | Vivan | Networking & Security | 6 | 16-06-2010 05:03 AM |
| DNS Entry | Flarex | Windows Server Help | 5 | 23-11-2008 05:26 AM |
| How do I find out when user XXX logged in+out on last Tuesday? Event log entry possible? | Martin Caldwell | Windows XP Support | 3 | 19-03-2008 06:42 AM |