Forum
Merhabalar,
Exchange 2010 management tools'u başlatmak istediğimde aşağıdaki hatayı alıyorum,
Hatayı araştırdığımda konu ile ilgili
http://msexchangeteam.com/archive/2010/02/04/453946.aspx adresdeki işlemleri kontrol ederek uyguladım, ancak bir sonuç alamadım, ilgili hata ile ilgili yazılan üç aşama için
1. kerbauth.dll IIS powershell virtual directory üzerinde modül olarak Local ve Native görünmekte,
2. C:\Windows\System32\Inetsrv\config\ApplicationHost.config dosyası içerisinde aşağıdaki satırlar mecut ve powershell virtual drectory üzerinde Local ve Native olarak görünmekte
<globalModules>
<add name="WSMan"
image="C:\Windows\system32\wsmsvc.dll" />
3. ilgili kontrol sonucu
[PS] C:\Windows\system32>(Get-User Administrator).RemotePowerShellEnabled
Creating a new session for implicit remoting of "Get-User" command...
True
normal görünüyor,
ayrıca PowerShell üzerinden örnek bi konut içinde aşağıdaki gibi aynı hatayı alıyorum
[PS] C:\Windows\system32>help Get-User
Get-Help : Starting a command on remote server failed with the following error message : The WinRM client cannot proces
s the request. It cannot determine the content type of the HTTP response from the destination computer. The content typ
e is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
At line:49 char:15
+ Get-Help <<<< @PSBoundParameters | more
+ CategoryInfo : ResourceUnavailable: (:) [Get-Help], PSRemotingTransportException
+ FullyQualifiedErrorId : System.Management.Automation.Remoting.PSRemotingDataStructureException,Microsoft.PowerSh
ell.Commands.GetHelpCommand
konu ile ilgili olarak yanlış olan veya yapman gerekenler birşey mi var çıkamadım işin içinden, teşekkürlerr
Not:Exchange SP1 yüklü degil
Merhaba,
Aşağıdaki adresten WinRM 2.0 yukleyip
http://support.microsoft.com/kb/968929
Aşağıdaki adrese gore
Registry kayıtlarını duzenleyebilirmisin. resulation kısmında verilen link de, değerlein ne olması gerektiği yazıyor.
http://support.microsoft.com/kb/970875
Geri dönüşünü bekliyoruz.
Iyi calismalar.
Bunları uyguladım sorun çözülmedi, Exchange 2010 SP1 yükledim, yinede düzelmedi, problem IIS'den kaynaklı ama çözemedim henüz,
Merhaba ;
Merhaba Ufuk Bey,
Komut sonucu aşağıda ancak bir değişiklik olmadı. ilginiz için teşekkürler..
[PS] C:\Windows\system32>Import-Module ServerManager
[PS] C:\Windows\system32>Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metab
ase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compressio
n,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
True No NoChan... {}
Merhaba Ufuk Bey,
Komut sonucu aşağıda ancak bir değişiklik olmadı. ilginiz için teşekkürler..
[PS] C:\Windows\system32>Import-Module ServerManager
[PS] C:\Windows\system32>Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metab
ase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compressio
n,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
True No NoChan... {}
Merhaba Ufuk Bey,
Komut sonucu aşağıda ancak bir değişiklik olmadı. ilginiz için teşekkürler..
[PS] C:\Windows\system32>Import-Module ServerManager
[PS] C:\Windows\system32>Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metab
ase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compressio
n,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
True No NoChan... {}
Merhaba ,
Geçen gün bu problemle karşılaştım.En sonunda şu şekilde sorunu giderebildim.
Regedit'e girip Hkey_Local_Machine\software\microsoft\Exchange\Setup dizinine gelip Services isimli bir dword oluşturun ve değer olarak "C:\program files\Microsoft\Exchange Server\V14" olarak belirtin.
C:\inetpub\wwwroot içerisindeki web.config dosyasını başka bir dizine taşıyın.Ve sunucuyu restart edin.
Bu problemi IIS'de binding değerlerini değiştirdikten sonra yaşamıştım.
Faydalı olması dileğiyle.