PowerShell "Get-Help -ShowWindow" 不会显示所有帮助部分

PowerShell "Get-Help -ShowWindow" won't show all help sections

即使在设置中选择了它们

特别是缺少参数。控制台中也会发生同样的情况。分别为 Win 10 Pre、PowerShell v5

有什么想法吗?

谢谢

PS 这就是我所缺少的,它应该出现在 window 中,就像使用 -full 开关时一样

PARAMETERS
-Param1 <Object>
    Param1 help description

    Required?                    true
    Position?                    1
    Default value                
    Accept pipeline input?       true (ByValue, ByPropertyName)
    Accept wildcard characters?  false

-Param2 <Int32>
    Param2 help description

    Required?                    false
    Position?                    named
    Default value                0
    Accept pipeline input?       false
    Accept wildcard characters?  false

-Param3 <String>
    Param3 help description

    Required?                    false
    Position?                    named
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false

-WhatIf [<SwitchParameter>]

    Required?                    false
    Position?                    named
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false

-Confirm [<SwitchParameter>]

    Required?                    false
    Position?                    named
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false

<CommonParameters>
    This cmdlet supports the common parameters: Verbose, Debug,
    ErrorAction, ErrorVariable, WarningAction, WarningVariable,
    OutBuffer, PipelineVariable, and OutVariable. For more information, see 
    about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

这是一个已知错误。

我知道这对您帮助不大,但至少您不必寻找解决方案,因为 Microsoft 已经提供了。

您可以在此处查找更新信息:https://connect.microsoft.com/PowerShell/feedback/details/1549114/ps5-get-help-showwindow-doesnt-display-help-on-parameters