表达式或语句中的意外标记“-property”

问题描述 投票:0回答:0

大家好我正在尝试从 powershell 获取 Microsoft Visual Studio 组件的版本 我试过 “C:\Program Files (x86)\Microsoft Visual Studio\Installer swhere.exe”-property catalog_productDisplayVersion 命令但它只适用于“命令提示符”

我运行了这个命令, “C:\Program Files (x86)\Microsoft Visual Studio\Installer swhere.exe”-property catalog_productDisplayVersion

输出: 在行:1 字符:72

  • ... x86)\Microsoft Visual Studio\Installer swhere.exe" - 属性目录 ...
  •                                                     ~~~~~~~~~
    

表达式或语句中出现意外的标记“-property”。 在行:1 字符:82

  • ... Studio\Installer swhere.exe" -property catalog_productDisplayVersion
  •                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

表达式或语句中出现意外标记“catalog_productDisplayVersion”。 + 类别信息:ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken

windows powershell batch-file scripting windows-scripting
© www.soinside.com 2019 - 2024. All rights reserved.