.NET 4.8 Framework installation
This document describes a script that checks the installed version of .NET Framework on a machine. If version 4.8 is not present, the script will install it and reboot the machine if specified. It also provides details on user parameters and output logs.
cPVAL .NET FrameWork Version
This custom field stores the installed .NET Framework version on a device, retrieved using the script `Get - .Net Framework Version [CF]`.
Get - .Net Framework Version
Runs the `Get - .Net Framework Version [CF]` automation weekly against `cPVAL Windows Machines` group to get .Net Framework Version and updates the `cPVALnetFrameWorkVersion` custom field with the retrieved information.
Get - .Net Framework Version [CF]
This Script Gets .Net Framework Version using the Registry Value and updates it in a Custom Field. It will only work for .Net Framework greater than 4.5
Manage - .net Runtimes
This script ensures that the system is running the latest supported versions of .NET runtimes and SDKs while removing unsupported versions to maintain a clean and secure environment. It manages the installation, uninstallation, and listing of .NET runtimes and SDKs on a Windows system.
Optimize-DotNetRunTime
A description of the script.