Merhaba,
address listelerine çift tıkladığımda değişiklik yapamıyorum. update edilmesi gerektiğini söylüyor komutları bilen varsa göndere bilir mi?
Teşekkürler.
Exchange 2003'den 2010'a geçiş yaptıysanız aşağıdaki komutları kullanabilirsiniz. Eğer bunlar çözüm olmazsa hata mesajını gönderin.
Adres List'ler için;
Set-AddressList ?All Users? -IncludedRecipients MailboxUsers
Set-AddressList ?All Groups? -IncludedRecipients MailGroups
Set-AddressList ?All Contacts? -IncludedRecipients MailContacts
Set-AddressList ?Public Folders? -RecipientFilter {RecipientType -eq "PublicFolder"}
GAL için;
Set-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?))}