mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-24 19:08:27 +02:00
10 lines
524 B
Markdown
10 lines
524 B
Markdown
# PowerShell Script /home/mf/PowerShell/Scripts/list-mysql-tables.ps1
|
|
|
|
## Synopsis
|
|
list-mysql-tables.ps1 [-server] <Object> [-database] <Object> [-dbuser] <Object> [-dbpass] <Object> [<CommonParameters>]
|
|
|
|
## <CommonParameters>
|
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
|
|
|
*Created by convert-ps2md.ps1*
|