mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02: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"
|
$Table = import-csv "$PathToRepo/Data/scripts.csv"
|
||||||
|
|
||||||
write-output ""
|
write-output ""
|
||||||
write-output "List of PowerShell Scripts"
|
write-output "Collection of $($Table.Count) PowerShell Scripts"
|
||||||
write-output "=========================="
|
write-output "==================================="
|
||||||
foreach($Row in $Table) {
|
foreach($Row in $Table) {
|
||||||
write-output "* $($Row.Filename) - $($Row.Description)"
|
write-output "* $($Row.Filename) - $($Row.Description)"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user