Category Archive: Exchange 2010

Jul
20

Message Tracking log konumu ve boyutunun değiştirilmesi

Yapılması gereken diğer bir ince ayar ise geriye dönüş mail akışını incelediğimiz message tracking log konumu ve boyutunun değiştirilmesidir. İşlemi aşağıdaki PowerShell komutunu kullanarak yapabiliriz. Set-TransportServer hubserver -MessageTrackingLogPath “D:\Exchange\MessageTracking” -MessageTrackingLogMaxDirectorySize 10GB

Jul
20

Exchange Server 2010 Transport database’in başka lokasyona taşınması

Tüm exchange kurulumlarından sonra bir takım ince ayarlar yapmak gerekmektedir. Bunlardan bir taneside Hub Transport sunucunda bulunan transport DB’sinin başka konuma taşınmasıdır. İşlemi aşağıdaki PowerShell script’ini kullanarak yapabiliriz. Scriptler “C:\Program Files\Microsoft\Exchange Server\V14\Scripts” klasöründe bulunmaktadır. .\Move-TransportDatabase.ps1 –QueueDatabasepath “d:\exchange\queue” –QueueDatabaseLoggingPath “d:\exchange\queue” –IPFilterDatabasePath “d:\exchange\ipfilter” –IPFilterDatabaseLoggingPath “d:\exchange\ipfilter” –TemporaryStoragePath “d:\exchange\temp”

May
30

You must close all dialog boxes before you can close Exchange Management Console

Exchange management console kapatmaya çalıştığınızda “You must close all dialog boxes before you can close Exchange Management Console”  hatası internet explorer 9 kurulu sunucularda bulunmaktadır. Sorunu düzeltmek için İnternet explorer seçeneklerinde trusted site kısmına https://localhost eklemeniz yeterli olacaktır.

Mar
29

Event ID 3, Event ID 1309 ve Event ID 108 sorunu

Exchange server 2010 sp1 Owa üzerinde mail silerken aşağıdaki hataları alıyorsanız bu Microsoft tarafından ilan edilmiş bir BUG olup çözümü için ilgili linkleri inceleyebilirsiniz. – An unexpected error occurred and your request couldn’t be handled. – The action you tried to perform couldn’t be completed because there’s a configuration problem on the server. If the …

Continue reading »

Feb
03

Mailbox boyutuna göre rapor alınması

Mailbox boyutu en yüksek 10 kullanıcı hakkında rapor almak için aşağıdaki PS komutu kullanılabilir. Kendi yapınıza göre komutu özelleştirebilirsiniz. Get-Mailbox | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object DisplayName,ItemCount,@{name=”MailboxSize”;exp={$_.totalitemsize}} -first 10 | Convertto-Html | out-File report.htm

Feb
03

Activesync kullanıcı istatistikleri

Activesync ile bağlantı yapan kullanıcılar ve kullanmakta oldukları cihazlarla ilgili raporu aşağıdaki PowerShell komutuyla alabilirsiniz. Get-ActiveSyncDevice | Select @{Expression={$_.UserDisplayName.Substring($_.UserDisplayName.LastIndexOf(“/”)+1)};Label=”User”} | Sort User -Unique | ForEach{$u=$_.user; “`n$u”; Get-ActiveSyncDeviceStatistics -Mailbox $u | Select DeviceModel, DeviceUserAgent, LastSuccessSync, status, DeviceActiveSyncVersion, DevicePolicyApplied | ft}

Feb
03

Public Folder üzerinde dağıtım grubuna yetki verilmesi

Bir public folder üzerinde gruba yetki vermek için aşağıdaki powershell komutunu kullanabiliriz. Add-PublicFolderClientPermission -Identity “\Takvim1″ -User “Grup ismi” -AccessRights PublishingAuthor

Jan
12

Exchange Server 2010 Network Ports

Exchange 2010 Network Ports

Nov
22

Exchange : Kasım 2010

Exchange 5.5:  http://kbalertz.com/Technology_55.aspx Exchange 2000: http://kbalertz.com/Technology_53.aspx Exchange 2003: http://kbalertz.com/Technology_313.aspx Exchange 2007: http://kbalertz.com/Technology_515.aspx Exchange 2010: http://kbalertz.com/Technology_1282.aspx Exchange 2010 Coexistence: http://kbalertz.com/Technology_1281.aspx Forefront For Exchange: http://kbalertz.com/Technology_523.aspx Communications Server 2007: http://kbalertz.com/Technology_557.aspx Communicator 2007: http://kbalertz.com/Technology_558.aspx Outlook 2007: http://kbalertz.com/Technology_506.aspx Outlook 2010: http://kbalertz.com/technology_1543.aspx Lync 2010: http://kbalertz.com/Technology_1859.aspx Lync Server: http://kbalertz.com/Technology_1860.aspx

Oct
21

Exchange Server 2010 Posters

Exchange Server 2010 Architecture Poster : http://www.microsoft.com/downloads/en/details.aspx?FamilyID=cea0cf7e-d824-49bb-8924-39d66a5fb88e Exchange 2010 Transport Architecture Diagrams : http://www.microsoft.com/downloads/details.aspx?FamilyID=6eb8c09a-6ea4-442a-9faa-de33265ceb84&displaylang=en

Older posts «

» Newer posts