Hi Lynn-Li,
Here is the out put of the above command you supplied..
Get-GlobalAddressList |fl *filter
Get-AddressList -identity "All Contacts" |fl *filter
output
[PS] C:\Windows\system32>
[PS] C:\Windows\system32>Get-GlobalAddressList |fl *filter
RecipientFilter : (Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or
ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList'
-or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))
LdapRecipientFilter : (&(mailNickname=*)(|(objectClass=user)(objectClass=contact)(objectClass=msExchSystemMailbo
x)(objectClass=msExchDynamicDistributionList)(objectClass=group)(objectClass=publicFolder)
))
LastUpdatedRecipientFilter : (Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or
ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList'
-or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))
[PS] C:\Windows\system32>Get-AddressList -identity "All Contacts" |fl *filter
RecipientFilter : (Alias -ne $null -and (ObjectCategory -like 'person' -and ObjectClass -eq 'contact'))
LdapRecipientFilter : (&(mailNickname=*)(objectCategory=person)(objectClass=contact))
LastUpdatedRecipientFilter : (Alias -ne $null -and (ObjectCategory -like 'person' -and ObjectClass -eq 'contact'))
What would be the next step , I need to perform
please help
thanks,