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

@ -15,6 +15,7 @@ function ListScripts { param([string]$Path)
'Description' = "$($Row.Description)"
}
}
write-progress -completed "Reading $Path..."
write-output ""
write-output "($($Table.Count) PowerShell scripts total)"
}