David Dan

Microsoft Products and Technologies

Browse by Tags

All Tags » Exchange 2007 GAL (RSS)
Sorry, but there are no more tags available to filter with.
create/remove Global Address List
new-GlobalAddressList "Default Global Address List" -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'))} or create a GAL for the DAN company, run the following command. New-GlobalAddressList -Name "DAN GAL" -IncludedRecipients MailboxUsers...