我们有一个 xml 文件,我们在其中存储了产品 guid 的几个属性。
我正在尝试使用 powershell select-string cmdlet 查找 guid,但它没有返回任何值。
GEt-content rules.xml | Select-String "5351BABA-40C2-477B-8111-DA54A48CD8EB"
guid 在文件中,我手动验证。
为什么选择字符串无法找到产品指南?有没有其他方法可以找到它是否可用?
来自 xml 文件的示例内容
<Component Id="M_PostConfig" Name="Post-Configuration" StsDisplayEntry="Database Server Post-Configuration" StsDisplayText="Please wait while Post-Configuration is installed" UninstallCommand=""%pTxtFoldrSystem32%\msiexec.exe"" Version="2.30.1.3" UninstallParameters="/i {85bb61a2-e0d8-4c3b-83a7-d978dcd4b3d2} REMOVE=DBSERVER /L*V+ "%pFoldrInstallPath%\Foundation\Install\MSI_Uninstall.log" /qn msifeatwise" SupportUninstall="Yes"> </Component>