Determine which .NET Frameworks are installed on the requested system.
Get-DotNetFrameworkVersions.ps1 [[-ComputerName] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-DotNetFrameworkVersions.ps1
Name Value —- —– v4.6.2+win10ann 4.6.1586 v3.5 3.5.30729.4926 v2.0.50727 2.0.50727.4927 v3.0 3.0.30729.4926
The computer to list the installed .NET Frameworks for.
Type: String
Parameter Sets: (All)
Aliases: CN, Server
Required: False
Position: 1
Default value: $env:COMPUTERNAME
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.