【发布时间】:2016-11-17 11:47:36
【问题描述】:
我正在研究 PowerShell,无论是在网站上还是在书籍上,建议调用 Get-Help about_Automatic_Variables 以获取返回的自动变量列表。我尝试使用以下参数调用 Get-Help,但我总是得到一个返回的 cmdlet 列表:
- about_Variables
- about_Automatic_Variables
- about_Environment_Variables
- about_Preference_Variables
- about_Scopes
我弄错了什么?
【问题讨论】:
-
我可以在 v5 中重现这个。它不是 about_Automatic_Variables,因为我从 `get-help about_Automatic_Vari.我不知道这是否是一个错误。需要更多调查。
标签: powershell