mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Improved list-scripts.ps1
This commit is contained in:
parent
ea1b2554c0
commit
5c99f042c4
@ -12,8 +12,8 @@ try {
|
||||
$Table = import-csv "$PathToRepo/Data/scripts.csv"
|
||||
|
||||
write-output ""
|
||||
write-output "List of PowerShell Scripts"
|
||||
write-output "=========================="
|
||||
write-output "Collection of $($Table.Count) PowerShell Scripts"
|
||||
write-output "==================================="
|
||||
foreach($Row in $Table) {
|
||||
write-output "* $($Row.Filename) - $($Row.Description)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user