In this tutorial, you will learn about a Windows command that will tell you which versions of .NET is installed on your PC. If you are trying to create a Ci/Cd build script knowing which versions are installed on a server can be useful. If the version you are expecting to be installed does not exist, you can then run a command to install it. To get this information, you can use wmic like this:

That's all there is to it! Happy Coding 🤘