| Login

Search this Blog


Links I like to keep around




Here are the most recent postings to this blog. Use the archive calendar or search to find other entries.
Nov17

Written by:R Teachout
11/17/2006 2:26 AM

strComputer = "."

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set colItems = objWMIService.ExecQuery("Select * from Win32_Product Where Caption Like '%NET Framework%'")
For Each objItem in colItems
 Wscript.Echo objItem.Name, " Version ", objItem.Version
Next

Download : GetInstalledVersionOf.NetFramework.vbs.txt

Tags:

Never trust a computer you can't throw out a window.
-Steve Wozniak

Inspired by Nina