You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module let you update all of your installed modules and also uninstall the old versions to keep things clean.
8
-
You can also specify module or modules that you want to update. It's also possible to install the module if it's missing and import the modules in the end of the script.
3
+
# MaintainModule
4
+
This module let you update all of your installed modules and also uninstall the old versions to keep things clean.
5
+
You can also specify module or modules that you want to update. It's also possible to install the module if it's missing and import the modules in the end of the script.
6
+
I have added the result from PSScriptAnalyzer in [test folder](https://github.com/rstolpe/MaintainModule/tree/main/test)
9
7
10
8
## This module can do the following
11
9
- Checks so TLS 1.2 are used by PowerShell
@@ -16,7 +14,21 @@ You can also specify module or modules that you want to update. It's also possib
16
14
- If specified module are missing you can choose to install it
17
15
- Import specified modules in the end of the script
0 commit comments