mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Improved list-scripts.ps1
This commit is contained in:
@ -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)"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user