PowerShell 5.0 Get-Help -ShowWindow不显示详细的参数说明


3

在PowerShell 3.0和4.0中运行时:

Get-Help Get-Service -ShowWindow

它显示新窗口,其中包含GetService命令的完整描述(带有详细的参数说明)。在PowerShell 5.0中运行相同的命令时,它会显示新窗口,但只显示简单描述(没有详细的参数说明)。这是一个错误还是未来:)?


它没有显示详细的参数说明-ShowWindow吗?也许有Update-Help帮助?
Peter Hahndorf 2015年

Update-Help没有帮助。如果没有-ShowWindow它显示详细的参数说明,但您必须使用-Full参数不可用的-ShowWindow参数。
torpederos 2015年

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.