This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Cleanup-windows-installer.ps1 | |
| http://www.bryanvine.com/2015/06/powershell-script-cleaning-up.html | |
| Bryan Vine | |
| 6/22/2015 | |
| www.bryanvine.com | |
| This script uses Heath Stewart's VB script to identify which files need to be saved and then removes everything else. |