En uno de mis servidores, el comando New-WebSite dejó de funcionar hoy (funcionó bien ayer), lanzando la excepción " El índice esta fuera de los límites de la matriz"."PS c: > New-WebSite -Blah:" throws Index estaba fuera de los límites de la matriz
PS C:\Windows\system32> Import-Module WebAdministration
PS C:\Windows\system32> New-WebSite -Blah
New-Item : Index was outside the bounds of the array.
+ CategoryInfo : NotSpecified: (:) [New-Item], IndexOutOfRangeException
+ FullyQualifiedErrorId : System.IndexOutOfRangeException,Microsoft.PowerShell.Commands.NewItemCommand
¿Alguien sabe lo que pudo haber causado esto?
tratar http://serverfault.com/ – CoderHawk