Get-Help about *在非英语系统上不起作用 [英] Get-Help about* doesn't work on non-English system

查看:76
本文介绍了Get-Help about *在非英语系统上不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用德语PS版本,正在尝试 使用命令显示关于Powershell v.3.0的主题 >

I'm using the German PS version and I'm trying to display the about topics of powershell v. 3.0 using the command

Get-Help about_*

这似乎是列出主题的正确命令.另外,我还使用

This seems to be the right command to list the topics. Also I updated the PS help using

Update-Help

CMDlet,以防万一about主题丢失.无论如何:Get-Help cmdlet会处理并返回:什么也没有.使用fl格式化输出或将输出保存到变量没有帮助,根本找不到about主题.但是,通常通配符似乎有效.正在运行

CMDlet, just in case the about topics would be missing. Anyway: the Get-Help cmdlet processes and returns: nothing. Using fl to format the output or saving the output to a variable didn't help, the about topics are not found at all. However, in general the wildcard seems to work. Running

get-help get-*

的工作就像一种魅力. 有任何想法吗?

works like a charm. Any Ideas?

推荐答案

更新帮助未本地化",因此请使用以下命令:Update-Help -UICulture "en-us" 您现在应该看到.txt文件

update-help is not "localised", so use this : Update-Help -UICulture "en-us" you should now see the .txt files

您可以在此处检查是否有经过修改的获取帮助功能,该功能允许您指定要使用的区域性:

you can check here for a modified get-help function that allow you to specify the culture to use : http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/6cb7fb10-f80e-41fc-bee7-6adda66f311a

这篇关于Get-Help about *在非英语系统上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆