最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

List Information About the Binary Files Used by an Application

 更新時(shí)間:2007年06月18日 00:00:00   作者:  
Returns the name and product code of binary information
 (such as bitmaps, icons, executable files, and so on) used 
by a Windows Installer application. This script requires both
 Windows PowerShell and the corresponding version of 
the .NET Framework. For more information on downloading 
these items see the Windows PowerShell download page (right). 
復(fù)制代碼 代碼如下:

$strComputer = "."

$colItems = get-wmiobject -class "Win32_Binary" -namespace "root\CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
      write-host "Caption: " $objItem.Caption
      write-host "Data: " $objItem.Data
      write-host "Description: " $objItem.Description
      write-host "Name: " $objItem.Name
      write-host "ProductCode: " $objItem.ProductCode
      write-host "SettingID: " $objItem.SettingID
      write-host
}


相關(guān)文章

最新評(píng)論

丹棱县| 贞丰县| 平潭县| 松江区| 丹东市| 民勤县| 涟水县| 平凉市| 上思县| 德江县| 文化| 昌图县| 东安县| 咸阳市| 芮城县| 宝应县| 志丹县| 岳普湖县| 灵台县| 周宁县| 绥化市| 云和县| 泰来县| 彩票| 聊城市| 玉环县| 巴彦淖尔市| 达日县| 修文县| 荣成市| 静海县| 曲水县| 平乡县| 彭山县| 澎湖县| 金溪县| 南和县| 霍林郭勒市| 阿拉尔市| 永嘉县| 水富县|