mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the manuals
This commit is contained in:
@ -1,19 +1,21 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-sql-tables.ps1
|
||||
# PowerShell Script list-sql-tables.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-sql-tables.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all tables in a SQL server database and exports the list as CSV.
|
||||
Install-Module InvokeQuery
|
||||
Run the above command if you do not have this module
|
||||
Run the above command if you do not have this module.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-sql-tables.ps1 [-server] <Object> [-database] <Object> [-username] <Object> [-password] <Object> [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -server <Object> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-server <Object>
|
||||
@ -25,8 +27,6 @@ Run the above command if you do not have this module
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -database <Object> Parameter
|
||||
|
||||
```
|
||||
-database <Object>
|
||||
|
||||
@ -37,8 +37,6 @@ Run the above command if you do not have this module
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -username <Object> Parameter
|
||||
|
||||
```
|
||||
-username <Object>
|
||||
|
||||
@ -49,8 +47,6 @@ Run the above command if you do not have this module
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -password <Object> Parameter
|
||||
|
||||
```
|
||||
-password <Object>
|
||||
|
||||
@ -70,10 +66,9 @@ PS>.\list-sql-tables.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
Reference in New Issue
Block a user