Microsoft Servers Health Checking Microsoft Exchange Servers Microsoft Exchange sunucuların WAN ortamından LAN ortamına uçtan uca işletim sistemi problemlerine varıncaya dek kontrol edilmesini sağlayan web tabanlı microsoft’un web uygulaması olan connectivity test uygulaması aşağıdaki linkte mevcuttur. https://testconnectivity.microsoft.com/ Generate Exchange Environment Reports using Powershell Sisteminizde bulunan tüm exchange sunucuların topology olarak raporunu çıkarıp bu sunucuların genel durumlarıyla ilgili verileri listeler. EMS… Read more »
System Center 2012 R2 Virtual Machine Manager Update Rollup Güncelleme Yükleme Update-Rollup SCVMM’e yeni özellikler ve hataları fix etmek üzere yüklenir. System Center 2012 R2 Virtual Machine Manager Rollup yükleme iki bileşenden oluşuyor.System Center 2012 R2 Virtual Machine Manager Sunucu ve Admin Consol’u bu iki update / patch bileşen ayrı ayrı yüklenerek update tamamlanmış olur. Update-rollup yüklenmeden önce System Center… Read more »
Active Directory Value Scripts Batch Dosya C:\Batch>Create %1 kullanıcı sicili ve diğer değişkenler %2 , %3 %4 , %5 olarak girilir. Create User dsadd user “cn=%2 %3,cn=users,dc=itmakale,dc=com,dc=tr” -samid %1 -upn %[email protected] -fn %2 -ln %3 -display “%2 %3” -pwd %1 -mustchpwd yes -email “%[email protected]” dsadd user “cn=%2 %3,cn=users,dc=itmakale,dc=com,dc=tr” -samid %1 -upn %[email protected] -fn %2 -ln %3 -display “%2 %3” -profile… Read more »
Exchange Management Shell Commands Internal & External Link Get-OutlookAnywhere | fl Identity,*host*,*auth* https://technet.microsoft.com/en-us/library/hh529912(v=exchg.150).aspx Mailbox Regional Settings Get-Mailbox -OrganizationalUnit “IT Users” | Set-MailboxRegionalConfiguration -Language tr-TR -DateFormat “d.M.yyyy” -TimeFormat “HH:mm” -TimeZone “Turkey Standard Time” Get-Mailbox -OrganizationalUnit “IT Users” | Get-MailboxRegionalConfiguration | fl Identity,Language,DateFormat,TimeFormat,TimeZone Set-MailboxRegionalConfiguration -Identity excadmin -Language ‘<EN-US>’ Get-MailboxRegionalConfiguration “test.user” Get-Mailbox -OrganizationalUnit “OU Users” | Get-MailboxRegionalConfiguration | fl Identity,Language,DateFormat,TimeFormat,TimeZone Photo Upload Set-UserPhoto… Read more »