ansible-windows icon indicating copy to clipboard operation
ansible-windows copied to clipboard

Add scripts for installing Windows Management Framework 5

Open junaidali opened this issue 5 years ago • 0 comments

Thanks @jborean93 for creating these extremely useful scripts. I've added two new scripts for installing windows management framework 5.1. The Install-WMF5.ps1 powershell script is for local installation of WMF 5.1 as Microsoft does not support running it over remote connection. To resolve this issue I've created Install-WMF5.vbs which is native vbscript that can be run on machines that don't have PowerShell installed or is corrupted.

junaidali avatar Jul 24 '19 18:07 junaidali