当我尝试打开服务器节点时 IIS 管理器崩溃

当我尝试打开服务器节点时 IIS 管理器崩溃

我有一个带有 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

我在网上找到了几个页面链接1链接2。我尝试安装升级准备工具并重新启动,但没用。有什么想法吗?

相关内容