Improved the scripts

This commit is contained in:
Markus Fleschutz
2021-01-09 12:36:37 +01:00
parent f70b65d3e2
commit 77df424774
5 changed files with 10 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#>
try {
Get-Module
get-module | format-table
exit 0
} catch {
write-error "ERROR in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"