Ok ran thru the default email address policy part, here is my command shell 
responses.  Does this point in a direction?


[PS] C:\Windows\system32>Get-EmailAddressPolicy | Format-List 
Name,*RecipientFilter*,ExchangeVersion


Name                       : Default Policy
RecipientFilter            : Alias -ne $null
LdapRecipientFilter        : (mailNickname=*)
LastUpdatedRecipientFilter :
RecipientFilterApplied     : False
RecipientFilterType        : Precanned
ExchangeVersion            : 0.1 (8.0.535.0)



[PS] C:\Windows\system32>Get-EmailAddressPolicy | where { 
$_.RecipientFilterType -eq "Legacy" }
[PS] C:\Windows\system32>Set-EmailAddressPolicy "Default Policy" 
-IncludedRecipients AllRecipients
The operation can't be performed on the default e-mail address policy.
    + CategoryInfo          : InvalidOperation: (Default Policy:ADObjectId) 
[Set-EmailAddressPolicy], InvalidOperation
   Exception
    + FullyQualifiedErrorId : 
7120D023,Microsoft.Exchange.Management.SystemConfigurationTasks.SetEmailAddressPolicy

[PS] C:\Windows\system32>Get-AddressList | Format-List 
Name,*RecipientFilter*,ExchangeVersion


Name                       : All Rooms
RecipientFilter            : (Alias -ne $null -and (RecipientDisplayType -eq 
'ConferenceRoomMailbox' -or RecipientDispl
                             ayType -eq 'SyncedConferenceRoomMailbox'))
LdapRecipientFilter        : 
(&(mailNickname=*)(|(msExchRecipientDisplayType=7)(msExchRecipientDisplayType=-2147481850)
                             ))
LastUpdatedRecipientFilter :
RecipientFilterApplied     : False
RecipientFilterType        : Custom
ExchangeVersion            : 0.1 (8.0.535.0)

Name                       : All Users
RecipientFilter            : RecipientType -eq 'UserMailbox'
LdapRecipientFilter        : 
(&(objectClass=user)(objectCategory=person)(mailNickname=*)(msExchHomeServerName=*))
LastUpdatedRecipientFilter : RecipientType -eq 'UserMailbox'
RecipientFilterApplied     : True
RecipientFilterType        : Precanned
ExchangeVersion            : 0.1 (8.0.535.0)

Name                       : All Groups
RecipientFilter            : ((RecipientType -eq 
'MailUniversalDistributionGroup') -or (RecipientType -eq 'MailUniversa
                             lSecurityGroup') -or (RecipientType -eq 
'MailNonUniversalGroup') -or (RecipientType -eq 'D
                             ynamicDistributionGroup'))
LdapRecipientFilter        : 
(|(&(objectCategory=group)(groupType:1.2.840.113556.1.4.804:=8)(!(groupType:1.2.840.113556
                             
.1.4.804:=2147483648))(mailNickname=*))(&(objectCategory=group)(groupType:1.2.840.113556.1
                             
.4.803:=2147483656)(mailNickname=*))(&(objectCategory=group)(!(groupType:1.2.840.113556.1.
                             
4.804:=8))(mailNickname=*))(&(objectCategory=msExchDynamicDistributionList)(mailNickname=*
                             )))
LastUpdatedRecipientFilter :
RecipientFilterApplied     : False
RecipientFilterType        : Precanned
ExchangeVersion            : 0.1 (8.0.535.0)

Name                       : All Contacts
RecipientFilter            : RecipientType -eq 'MailContact'
LdapRecipientFilter        : (&(objectClass=contact)(mailNickname=*))
LastUpdatedRecipientFilter :
RecipientFilterApplied     : False
RecipientFilterType        : Precanned
ExchangeVersion            : 0.1 (8.0.535.0)

Name                       : Public Folders
RecipientFilter            :
LdapRecipientFilter        : (& (mailnickname=*) (| 
(objectCategory=publicFolder) ))
LastUpdatedRecipientFilter :
RecipientFilterApplied     : False
RecipientFilterType        : Legacy
ExchangeVersion            : 0.0 (6.5.6500.0)



[PS] C:\Windows\system32>Set-AddressList "All Users" -IncludedRecipients 
MailboxUsers
WARNING: The command completed successfully but no settings of '\All Users' 
have been modified.
[PS] C:\Windows\system32>Set-AddressList "All Groups" -IncludedRecipients 
MailGroups
WARNING: The command completed successfully but no settings of '\All Groups' 
have been modified.
[PS] C:\Windows\system32>Set-AddressList "All Contacts" -IncludedRecipients 
MailContacts
WARNING: The command completed successfully but no settings of '\All Contacts' 
have been modified.
[PS] C:\Windows\system32>Set-AddressList "Public Folders" -RecipientFilter { 
RecipientType -eq 'PublicFolder' }

Confirm
To save changes on object "Public Folders", the object must be upgraded to the 
current Exchange version. After the
upgrade, this object cannot be managed by an earlier version of the Exchange 
Management Tools. Do you want to continue
to upgrade and save the object?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): a
[PS] C:\Windows\system32>Set-GlobalAddressList "Default Global Address List" 
-RecipientFilter {(Alias -ne $null -and (Ob
jectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 
'msExchSystemMailbox' -or ObjectClass -eq 'msExch
DynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 
'publicFolder'))}

Confirm
To save changes on object "Default Global Address List", the object must be 
upgraded to the current Exchange version.
After the upgrade, this object cannot be managed by an earlier version of the 
Exchange Management Tools. Do you want to
continue to upgrade and save the object?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): a

[PS] C:\Windows\system32>

Chris Drobny
Network/Systems Administrator
LMS Intellibound, Inc.
cdro...@lmsintellibound.com<mailto:cdro...@lmsintellibound.com>
770.724.0562 office
404.797.9710 cell

From: Jonathan Link [mailto:jonathan.l...@gmail.com]
Sent: Thursday, November 18, 2010 1:12 PM
To: MS-Exchange Admin Issues
Subject: Re: Problem updating GAL

It's good you're thinking about the sight disavantaged on this list!
On Thu, Nov 18, 2010 at 12:13 PM, Chris Drobny 
<cdro...@lmsintellibound.com<mailto:cdro...@lmsintellibound.com>> wrote:
I believe I did, but it seems like something didn't take.  Its not that the 
addresses created on the new exchangeserver do not show, it is just the 
updating that isn't working.  The intial download on a new profile works fine.  
How can I test to see if the updates are in place?

Chris Drobny
Network/Systems Administrator
LMS Intellibound, Inc.
cdro...@lmsintellibound.com<mailto:cdro...@lmsintellibound.com>
770.724.0562 office
404.797.9710 cell

From: Michael B. Smith 
[mailto:mich...@smithcons.com<mailto:mich...@smithcons.com>]
Sent: Thursday, November 18, 2010 11:46 AM

To: MS-Exchange Admin Issues
Subject: RE: Problem updating GAL

Did you update your address lists and OABs for Exchange 2010?

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com<http://theessentialexchange.com/>

From: Chris Drobny 
[mailto:cdro...@lmsintellibound.com<mailto:cdro...@lmsintellibound.com>]
Sent: Thursday, November 18, 2010 11:39 AM
To: MS-Exchange Admin Issues
Subject: Problem updating GAL

 I have recently migrated from Exchange 2003 to Exchange 2010.  I have created 
new users but they do not appear in the GAL, so I ran a download on the GAL and 
it fails saying the object cant be found.  But if I create a new profile for my 
or any other account it will pull the new users I have added.  Any ideas?

Chris Drobny
Network/Systems Administrator
LMS Intellibound, Inc.
cdro...@lmsintellibound.com<mailto:cdro...@lmsintellibound.com>
Office-770.724.0562
Cell-404.797.9710

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Reply via email to