Add list-submodules.ps1

This commit is contained in:
Markus
2021-05-06 16:58:24 +02:00
parent 1bc034b829
commit 0d55bd2ceb
3 changed files with 26 additions and 0 deletions

View File

@ -117,6 +117,7 @@ list-recycle-bin.ps1, lists the content of the recycle bin folder
list-scripts.ps1, lists all PowerShell scripts in this repository
list-services.ps1, lists the services on the local computer
list-sql-tables.ps1, lists the SQL server tables
list-submodules.ps1, lists the submodules of the current/given Git repository
list-system-info.ps1, lists system information on the local computer
list-tags.ps1, lists all tags in the current/given Git repository
list-tasks.ps1, lists all Windows scheduler tasks

1 Script Description
117 list-scripts.ps1 lists all PowerShell scripts in this repository
118 list-services.ps1 lists the services on the local computer
119 list-sql-tables.ps1 lists the SQL server tables
120 list-submodules.ps1 lists the submodules of the current/given Git repository
121 list-system-info.ps1 lists system information on the local computer
122 list-tags.ps1 lists all tags in the current/given Git repository
123 list-tasks.ps1 lists all Windows scheduler tasks