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 에서 몇 페이지를 발견했습니다 . 업그레이드 준비 도구를 설치하려고 시도했지만 재부팅했지만 도움이되지 않았습니다. 어떤 아이디어?