| Name | Description | Script Type | Version |
|---|---|---|---|
| Windows Management Framework 5.1 | Installs the Windows Management Framework version 5.1. Checks that the .NET Framework dependecies are met and installs the appropriate .NET redistributable if needed. This script takes a single argument which is a CIFS/SMB share path. This script requires that both the .NET Framework redistributable installer and the various Windows Management Framework installers are located in the command line specified share path and trusted by the network (ie: unblock the internet downloaded files). | VBS | 2018.01.05 |
Installs the Windows Management Framework version 5.1. Checks that the .NET Framework dependecies are met and installs the appropriate .NET redistributable if needed. This script takes a single argument which is a CIFS/SMB share path. This script requires that both the .NET Framework redistributable installer and the various Windows Management Framework installers are located in the command line specified share path and trusted by the network (ie: unblock the internet downloaded files).
- 01/05/2018 Add recursive call to start the Windows Update service and to check if it properly started. Add Sleep subrouteine to make waiting simpler. Fix .NET Framework detection.
- 12.18.2017 Add logging to the wusa MSU install.
- 11.10.2017 Fix IsPowerShellInstalled function to account for PowerShell versions lower than 3.x. Set Constant for variables that don't change.
- 11.09.2017 Change GetDotNetInformation function to GetMaxInstalledDotNetVersion to account for multiple versions of .NET installations reported out of order. Troubleshoot untrusted internet nloaded * installers. Fix looping mechanism in OS and .NET information collection functions.
- 11.07.2017 Write logging and terminal output functions with verbose output option. Write function to check if the Windows Update Service is running. Write GetDotNetInformation and * otNetFrameworkInstalled functions to ensure that .NET Framework dependencies are met. Write functions to install .NET framework dependencies if they are missing. Write clean update function to destroy * aining open objects.
- 11.03.2017 Write functionality to pull installer from network share. Write functions to perform actual install of management framework
- 10.13.2017 Write function to check the OS architecture. Write the SelectInstaller function and insert necessary download URLs.
- 10.12.2017 Configure logging, Write function to gather necessary OS information.
- 10.05.2017 Initial Draft