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
<# | |
.SYNOPSIS | |
Update your PowerShell modules in bulk by specifiying an explicit list to install & keep up to date | |
Requires 'PowerShellGet' | |
.DESCRIPTION | |
Add this module to your $profile to run when required: | |
Import-Module "path/to/module/updateMods" | |
.NOTES | |
Author: Sadik Tekin | |
.PARAMETER clean |