Exchange
- Details
- Parent Category: главный раздел
- Category: Exchange
- Hits: 3950
Autodiscover is a web service running on Client Access servers that, as the name suggests, allows compatible client software to automatically discover a user’s mailbox settings by looking them up in Active Directory.
But first the client needs to locate a Client Access server to connect to for Autodiscover requests. Internal clients (eg Outlook 2007/2010 running on domain-joined workstations) perform a lookup in Active Directory for which Client Access servers have an Autodiscover Site Scope configured for the Active Directory Site they are currently located in.
If the client can’t determine which Site it is in (eg the subnet is not defined as one of the Site boundaries), or there is no Client Access server explicitly configured for that Site, then the client chooses a Client Access server at random.
The risk here is that the client will choose a Client Access server that is not the most ideal one in terms of bandwidth and latency. To resolve this you can configure what is referred to as “site affinity” by setting the Autodiscover Site Scope on Client Access servers. This makes sure that clients will connect to the closest Autodiscover instance.
You can see the current Autodiscover Site Scope for all of your Client Access servers by running this command in the Exchange Management Shell.
Read more: Изменение Autodiscover для Exchange 2010 или 2013
- Details
- Parent Category: главный раздел
- Category: Exchange
- Hits: 4842
Для почтового сервера Exchange решается довольно просто:
с помощью командлета "set-recieveconnector" с указанием, собственно имени коннектора и нового лимита.
Проверить текущий лимит можно с помощью команды "get-recieveconnector | ft name, messageratelimit"
- Details
- Parent Category: главный раздел
- Category: Exchange
- Hits: 5929
1. Для этого нам понадобится программа Microsoft Exchange Server User Monitor. Закачиваете ее и устанавливаете.
2. Запускается она из папки C:\Program Files (x86)\Exchange User Monitor.
Read more: Как узнать кто в данный момент подключен к серверу Exchange?
- Details
- Parent Category: главный раздел
- Category: Exchange
- Hits: 5439
Файлы с размерами почтовых ящиков сервера (mailboxes.txt) и именами почтовых ящиков (lastlogon.txt), по которым никто никогда не подключался или подключался более одного месяца назад (lastlogon.txt):
Get-MailboxStatistics -Server EXCHANGE_SERVER_NAME | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label="TotalItemSize(KB)";expression={$_.TotalItemSize.Value.ToKB()}}, ItemCount > c:\mailboxes.txt
- Определяем размер свободного места в базе Exchange 2010
- Ошибки при удалении Exchange 2007
- Имя Export-Mailbox не распознано как имя командлета, функции, файла скрипта или выполняемой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку
- Перемещение почтового ящика в Exchange 2010
- Как экспортировать почтовый ящик Exchange 2007 в pst файл?
- Как заменить сертификат на сервере Exchange
- Резервное копирование/восстановление/управление белым списком Exchange с помощью Exchange Management
- RPC over HTTP exchange 2003. Настройка клиента.