Finding Available .NET Frameworks

Try this if you would like to get a quick overview of all installed .NET framework versions:

dir $env:windir\Microsoft.NET\Framework\v* -name

It will then return a string array with all installed .NET framework versions.

Twitter This Tip! ReTweet this Tip!


Posted Jul 15 2010, 08:00 AM by ps1
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.