Импорт контактов из MS Outlook в "Address list" MS Exchange 2007

1. Необходимо выполнить экспорт в CSV файл Пример файла: "FullName","Email" "Вася Пупкин","vp@xixi.com.ua" "Катя Ступина","kk@xixi.org.ua" .... 2. Запустить Exchange Management Shell 3. [PS] C:\Export>Import-CSV "C:\export.csv" | ForEach-Object -process {New-MailContact -Name $_.FullName -ExternalEmailAddress $_.Email -OrganizationalUnit "Ex200 3" -DisplayName $_.FullName} Все данные попадут в виде контактов в AD OU Ex2003

Установка внутренних SMTP адресов в организации MS Exchange

Set-TransportConfig –InternalSMTPServers Set-TransportConfig –InternalSMTPServers 127.0.0.1 Get-TransportConfig | ft “InternalSMTPServers”

После удаления сервера Exchange 2007 не забудте про Offline Adress Book

Warning: Offline address book server has been deleted Open the Exchange Management Console. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox. In the results pane, click the Offline Address Book tab. On the Offline Address Book tab, select "Default Offline Address Book". In the action pane, Click Move to start the Move Offline Address Book wizard. This wizard allows you to move OAB generation to a different server. It will also copy the existing OAB files to the specified server. Error: Offline address book is not associated with a particular mailbox store To associate the Offline Address Book with a particular mailbox store in Exchange 2007 In the Exchange Management Console, expand Server Configuration, and then click Mailbox In the Database Management window, right-click Properties on the mailbox store. Click the Client Settings tab, click Browse, and then click the appropriate offline address book. Click OK two times to finish.

Удаление умерших серверов MS Exchange в Вашей организации

Иногда, возникает необходимость удалить нерабочие (умершие) сервера MS Exchange 2007 Будем для этого использовать ADSI Edit... Придупреждаю заранее, что все действия "Not Supported of Microsoft", но работает. Установливаем http://support.microsoft.com/kb/892777 Запускаем Adsiedit.msc Configuration > Configuration > Services > Microsoft Exchange > [ Oraganisation ] > [Administrative Groups ] > [ Group Name (CN=Exchange Administrative Group)] > Servers > .... Необходимо удалить CN=[Имя Сервера]

Проблема MS Exchange 2007

MaxUserPort Key is Missing or Non-default To correct this warning Open a registry editor, such as Regedit.exe or Regedt32.exe. Navigate to: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Double-click MaxUserPort, set the Value data field to 60000 (Decimal), and then click OK. Close the registry editor and restart the computer for this setting to take effect.