Add list-mysql-tables.ps1 and list-sql-tables.ps1

This commit is contained in:
Markus Fleschutz
2021-04-10 10:51:05 +02:00
parent d3e82db87a
commit 2536c282bb
4 changed files with 30 additions and 0 deletions

View File

@ -78,6 +78,7 @@ list-unused-files.ps1, lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets
list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 days
list-modules.ps1, lists the PowerShell modules
list-mysql-tables.ps1, lists the MySQL server tables
list-network-shares.ps1, lists the network shares of the local computer
list-news.ps1, lists the latest news
list-os-releases.ps1, lists OS releases and download URL
@ -88,6 +89,7 @@ list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's
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-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
78 list-cmdlets.ps1 lists the PowerShell cmdlets
79 list-earthquakes.ps1 lists earthquakes with magnitude >= 6.0 for the last 30 days
80 list-modules.ps1 lists the PowerShell modules
81 list-mysql-tables.ps1 lists the MySQL server tables
82 list-network-shares.ps1 lists the network shares of the local computer
83 list-news.ps1 lists the latest news
84 list-os-releases.ps1 lists OS releases and download URL
89 list-random-pins.ps1 prints a list of random PIN's
90 list-scripts.ps1 lists all PowerShell scripts in this repository
91 list-services.ps1 lists the services on the local computer
92 list-sql-tables.ps1 lists the SQL server tables
93 list-system-info.ps1 lists system information on the local computer
94 list-tags.ps1 lists all tags in the current/given Git repository
95 list-tasks.ps1 lists all Windows scheduler tasks