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
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
+

2
+
1
3
# MaintainModule
2
-
This module let you update all of your installed modules and also uninstall the old versions to keep things clean.
3
-
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.
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)
4
7
5
8
## This module can do the following
6
9
- Checks so TLS 1.2 are used by PowerShell
@@ -11,7 +14,21 @@ You can also specify module or modules that you want to update. It's also possib
11
14
- If specified module are missing you can choose to install it
12
15
- Import specified modules in the end of the script
0 commit comments