国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

List Information About the Binary Files Used by an Application

2019-11-21 02:02:23
字體:
供稿:網(wǎng)友
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
}


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 洛阳市| 太谷县| 安福县| 青神县| 东兰县| 揭阳市| 濮阳县| 乌海市| 老河口市| 石棉县| 乐山市| 阳朔县| 灵川县| 金溪县| 嘉荫县| 互助| 灵石县| 林周县| 玉环县| 福贡县| 高阳县| 工布江达县| 海盐县| 石楼县| 武功县| 屏东市| 甘德县| 邻水| 松桃| 读书| 磐石市| 宁国市| 襄垣县| 宝坻区| 北流市| 江西省| 平度市| 合水县| 巴马| 射阳县| 鹤峰县|