Exchange Server 2010 ’da Exchange Management Console ve Exchange Management Shell açılamaması problemi

Connecting to remote server failed with the error message: The WinRM client received an HTTP status code of 502 from remote WS-Management service. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command ‘Discover-ExchangeServer -UseWIA $true -SuppressError $true’ 

Bu hatada aslında bize ipucu veren bölüm HTTP 502 statüs kodunun alınmasıdır. Burada winhttp proxy ile ilgili bir durum olduğunu gösteriyor.

Windows Server 2008’de winhttp düzenlemeleri netsh komutu ile yapılmaktadır.

Netsh winhttp show proxy

Bu komut ile işletim sisteminin kullandığı bir winhttp proxy olup olmadığını görebiliriz.

Ayrıca,

HKEY_LOCAL_MACHINE SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections WinHttpSettings

Registry key üzerinde de bu proxy adresini görebiliriz.

Burada mevcut EMC ve EMS açılmama problemini gidermek için, proxy adresini kaldırmamız gerekmektedir.

Aşağıdaki komut ile bunu kaldırabiliriz.

Netsh winhttp reset proxy

Bu komutun ardından, EMC yada EMS tekrar açılmaya çalışıldığında, başarılı bir şekilde açıldığını göreceksiniz.

Kaynak

Active Directory kurulumunda “a password is not required” hatası

Server 2008 / R2 üzerinde active Directory kurarken aşağıdaki gibi hata alırsanız, yapmanız gerekenler:

The local Administrator account becomes the domain Administrator account when you create a new domain. The new domain cannot be created because the local Administrator account password does not meet requirements. Currently, a password is not required for the local Administrator account. We recommend that you use the net user command -line tool with the /passwordreg:yes option to require a password for this account before you create the new domain; otherwise, a password will not be required for the domain Administrator account.

Böyle bir hata ile karşılaştığınızda,  Password policy’i, aşağıdaki gibi ayarlamanız gerekir.

* 24 passwords remembered
* 42 days max password age
* 1 day min password age
* 7 characters Minimum password length
* Password must meet complexity requirements

Bu işlemlerden sonra,cmd üzerinden aşağıdaki komutları çalıştırmalısınız.

net user administrator <parola> /passwordreq:yes
gpupdate /force

Artık Active Directory kurulabiliyor hale gelecektir.

Cozumpark Bilisim Portali