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.
Try this if you would like to get a quick overview of all installed .NET framework versions:
It will then return a string array with all installed .NET framework versions.