PowerShell 5.0 및 IIS7이 설치된 Windows 7 x64가 있습니다.
다음 오류와 함께 다음 오류가 발생하여 서버의 노드를 열려고하면 IIS 관리자가 충돌합니다.
IISMANAGER_CRASH
IIS Manager terminated unexpectedly.
Exception:System.Management.Automation.CmdletInvocationException: The method or operation is not implemented. ---> System.NotImplementedException: The method or operation is not implemented.
at Microsoft.ApplicationServer.Management.Tools.PowershellHost.NoConsolePSRawUserInterface.get_BufferSize()
at System.Management.Automation.Internal.Host.InternalHostRawUserInterface.get_BufferSize()
at Microsoft.PowerShell.Commands.Internal.Format.ConsoleLineOutput.get_ColumnNumber()
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessOutOfBandPayload(FormatEntryData fed)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessPayload(FormatEntryData fed, OutputContext c)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessObject(PSObject so)
at Microsoft.PowerShell.Commands.Internal.Format.OutCommandInner.ProcessRecord()
at Microsoft.PowerShell.Commands.Internal.Format.FrontEndCommandBase.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Internal.PipelineProcessor.DoStepItems(Object input, Hashtable errorResults, Boolean enumerate)
at Microsoft.PowerShell.Commands.Internal.Format.CommandWrapper.Process(Object o)
at Microsoft.PowerShell.Commands.Internal.Format.SubPipelineManager.Process(PSObject so)
at Microsoft.PowerShell.Commands.Internal.Format.OutputManagerInner.ProcessRecord()
at Microsoft.PowerShell.Commands.Internal.Format.FrontEndCommandBase.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
Process:InetMgr
web link1 과 link2 에서 몇 페이지를 발견했습니다 . 업그레이드 준비 도구를 설치하려고 시도했지만 재부팅했지만 도움이되지 않았습니다. 어떤 아이디어?
가장 먼저해야 할 일은 IIS를 추가 / 제거하는 것입니다. Windows Update 문제를 해결하기 위해 도구를 실행하는 이유는 무엇입니까?
—
Ramhound
link2의 사용자 문제를 해결했기 때문에 도구를 실행하고 있습니다.
—
Eric
AppFabric 서버에서 실행 중이 아니거나 Powershell 4.0을 사용하면 링크의 문제가 동일한 원인이 아닙니다.
—
Ramhound
iis를 제거하고 재부팅 한 후 다시 추가했습니다. 같은 문제입니다. 오류 메시지는 AppFabric을 언급하지 않지만 Powershell을 언급합니다. AppFabric을 사용하는 웹 사이트가 있습니다.
—
Eric
PS를 5에서 4로 다운 그레이드하면 문제가 해결됩니까?
—
magicandre1981