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

List Information About the Binary Files Used by an Application

 更新時間: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)文章

最新評論

赫章县| 遂平县| 册亨县| 宜兰市| 惠州市| 永胜县| 二连浩特市| 洪洞县| 时尚| 贵州省| 阿坝县| 津南区| 定西市| 山东| 贵港市| 海城市| 洛扎县| 博爱县| 深水埗区| 晋宁县| 临沂市| 永济市| 瓮安县| 天台县| 临泽县| 修水县| 唐山市| 南阳市| 龙泉市| 乐山市| 马鞍山市| 肇东市| 会东县| 垣曲县| 霍山县| 屏山县| 崇礼县| 建阳市| 新津县| 韩城市| 柳河县|