Office Communication Server Documentation Updates http://technet.microsoft.com/en-us/library/dd627231(office.12).aspx Communications Server 2007: http://kbalertz.com/Technology_557.aspx Communicator 2007: http://kbalertz.com/Technology_558.aspx
Monthly Archive: June 2010
Jun
11
Jun
11
Exchange : Haziran 2010
Technical White Papers for Exchange Server 2007 http://technet.microsoft.com/en-us/library/cc164340.aspx Technical White Papers for Exchange Server 2010 http://technet.microsoft.com/en-us/library/dd795096(EXCHG.140).aspx Exchange 2007 Documentation Updates http://technet.microsoft.com/en-us/library/cc164372.aspx 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 Outlook 2007: http://kbalertz.com/Technology_506.aspx Outlook 2010: http://kbalertz.com/technology_1543.aspx
Jun
11
Exchange Server 2010 SP1 Beta
Exchange Server 2010 için SP1 Beta download edilebilir durumda. Denemek isteyenler aşağıdaki linki kullanarak download edebilirler. http://www.microsoft.com/downloads/details.aspx?FamilyID=a0965fc9-2723-4947-ae6b-74bc3808e72a&displaylang=enFile Name: Exchange2010-SP1-Beta-x64.exe Version: 14.01.0180.002 Date Published: 6/5/2010 Language: English Download Size: 532.5 MB
Jun
10
Get-Queue
- Komutu çalıştırdığımız Hub Transport sunucusundaki kuyruğu gösterir – Get-Queue – Sunucu bazlı kuyruğa bakmak – Get-Queue -Server server1 – Organizasyonda bulunan Hub Transport sunucularındaki kuyruğu görmek için – Get-TransportServer | Get-Queue – Kuyrukta bulunan mesajları görmek için – Get-Queue | Get-Message – mesaj sayısı 10′dan fazla olan kuyrukları göster – Get-Queue -Filter {messagecount -gt …
Jun
07
Single certificate for OCS-Exchange-ISA usage – Ocs,Exchange ve ISA için tek sertifika kullanımı
Organizasyonumuzda ocs,exchange kullanılıyorsa ve firewall olarak ISA kullanıyorsak bu ürünlere internet üzerinden güvenli erişebilmek için sertifika kullanılması gerekmektedir. Bu ürünlerde verilen servis sayısı bir hayli çok olduğu için tek bir sertifika kullanarak para tasarrufu yapabiliriz. Servisler için sertifikada kullanacağımız SAN isimleri aşağıdadır. Ocs ve Exchange’de farklı domain kullanılması durumunda iki adet sertifikaya ihtiyaç vardır. …
Jun
07
Windows 2000 and Windows XP SP2 End of Support
Windows 2000 Server, Windows 2000 Professional ve Windows XP SP2 desteği 13 Temmuz 2010 tarihinde sona ermektedir. http://support.microsoft.com/gp/lifean46
Jun
06
Active Directory Powershell to Manage Users – Active Directory Powershell ile kullanıcı yönetimi
Company ismine göre kullanıcıların listelenmesi; Get-ADUser -Filter ‘company -eq “company name”‘ | FT Name,SamAccountName -A company isminin güncellenmesi; Get-ADUser -Filter ‘company -eq “company name old”‘ | Set-ADUser -Replace @{company=”company name new”} company ismine göre kullanıcıları company ismiyle beraber listelenmesi Get-ADUser -Filter ‘company -eq “company”‘ -Properties * | ft name,company company ismine göre kullanıcıları mail adresleriyle beraber listelenmesi Get-ADUser -Filter ‘company -eq …
Jun
06
Windows Server 2008 R2 Active Directory Recycle Bin
Windows 2008 R2 ile beraber gelen bu özelliğin aktif hale getirmek kullanılan Powershell komutu; Enable-ADOptionalFeature -Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=domain,DC=com’ -Scope ForestOrConfigurationSet -Target ‘domain.com’ Silinen bir objeyi Restore etmek kullanılan powershell komutu; Get-ADObject -Filter {samAccountName -eq `user1`} -IncludeDeletedObjects | Restore-AdObj Yukarıdaki komut kullanılarak silinen “user1″ isimli kullanıcı restore edilecektir. Silinen birden çok objeyi …
Jun
04
Exchange 2010 “Send As” and “Send on Behalf Of” in OWA – OWA’da başka kullanıcı yada mail grubu adına mail gönderimi
Options –> Settings –> Mail –> altında “Always Show From” kutucuğunun işaretli olması gerekmektedir. Bu ayar yapıldıktan sonra yeni mail gönde ekranında from butonu gözükecektir. From- other e-mail addresss.. tıkladığımızda diğer kullanıcı yada mail grubunu seçerek başka kullanıcı yada mail grunu adına mail gönderimini yapabiliriz. Başka kullanıcı yada mail grubu adına mail gönderebilmemiz için dah …
Jun
04
Assign “Send on behalf” permission to a distributiongroup – Mail grubuna “send on behalf” yetkisi verilmesi
Tek bir kullanıcıya vermek için; Set-DistributionGroup -Identity GroupName -GrantSendOnBehalfTo User1 Birden çok kullanıcıya yetki vermek için; Set-DistributionGroup -Identity GroupName -GrantSendOnBehalfTo User1,User2,User3 Kullanıcıya verilen yetkiyi kaldırmak için; Set-DistributionGroup -Identity GroupName -GrantSendOnBehalfTo $null Gruba verilen yetkileri görmek için; Get-DistributionGroup -Identity GroupName | FL na*,gra*

