La ayuda de PowerShell no funciona en versiones localizadas
Escrito por: Sergio Sainz en PowershellMe he encontrado con este problema al pasar de PS 1 en español a la versión PS 2 la cual sólo he encontrado en inglés. Al no coincidir los locales, esto es lo que ocurre cuando se intenta obtener la ayuda de un comando.
PS C:\> get-help get-childitem
Get-Help : Error loading help content for Get-ChildItem from file “Microsoft.PowerShell.Commands.Management.dll-Help.xml”. Details: Microsoft.PowerShell.Commands.Management.dll-Help.xml.
At line:1 char:9
+ get-help <<<< get-childitem
PS C:\> get-help
Get-Help : Cannot find Help for topic “default”.
At line:1 char:9
+ get-help <<<<
SOLUCION:
Copiar el directorio C:\windows\system32\windowspowershell\v1.0\en-US en C:\windows\system32\windowspowershell\v1.0\es-ES
Entradas (RSS)