2

У меня Windows 7 x64 с PowerShell 5.0 и IIS7.

Диспетчер 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. Я попытался установить Upgrade Readiness Tool и перезагрузился, но это не помогло. Есть идеи?

0