Aşağıda ki gibi bir hata ile karşılaşırsanız, yapmanız gerekn belirttiğim adımları uygulamak. Bu hatanın nedeni eksik bileşen yüklemekten kaynaklıdır.
New-PSSession : [server.domain.com] Connecting to remote server server.domain.com failed with the following error message : The WS-Management service does not support the request. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI “$connectionUri” -ConfigurationName Microsoft.Excha …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : WinRMOperationNotSupportedOnServer,PSSessionOpenFailed
Failed to connect to an Exchange server in the current site.
Enter the server FQDN where you want to connect.:
İlk adım: PowerShell üzerinden aşağıda ki komutları sırasıyla çalıştırın.
1. Import-Module ServerManager
2. Add-WindowsFeature RSAT-ADDS
3. Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI –Restart
- Microsoft .NET Framework 4.5 RC
- Windows Management Framework 3.0(Install Windows6.1-KB2506143-x64.msu)
- Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
- Microsoft Office 2010 Filter Pack 64 bit
- Microsoft Office 2010 Filter Pack SP1 64 bit
- Microsoft Knowledge Base article KB974405 (Windows Identity Foundation)
- Knowledge Base article KB2619234 (Enable the Association Cookie/GUID that is used by RPC over HTTP to also be used at the RPC layer in Windows 7 and in Windows Server 2008 R2)– Link to the hotfix will be emailed and needs to be downloaded.
- Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution) – It is possible that Windows update would have installed the update if the server is fully patched.
İkinci adım:
Cmd Run Ad Administrator olarak açın.
Daha sonra iisreset yapın.
Hiç yorum yok:
Yorum Gönder