Skip to content

cam1985/Get-DotNet-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get-DotNet-Information

Powershell Module to Retreive Dot Net Versions Installed

This module was created as there was no easy way to be able to tell what versions of Dot Net were installed on a computer from a commandline.

Summary of Functions:

Get-DotNet-LatestInstalledVersion - This retrieves just the latest version number

Get-DotNet-LatestInstalledRelease - This retrieves the last release number from the last version that used a release number

Get-DotNet-InstalledVersions - This produces a list of the installed versions of Dot Net

Get-DotNet-InstalledReleases - This produces a list of the installed release numbers from versions that have release numbers

Get-DotNet-Information - This gives a summary of what is installed on the current computer using the other functions

About

Powershell Module to Retreive Dot Net Versions Installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published