Update the manuals

This commit is contained in:
Markus Fleschutz
2021-08-29 18:05:09 +02:00
parent e10261351c
commit 793d257d08
252 changed files with 1911 additions and 1760 deletions

View File

@ -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 &lt;Object&gt; Parameter
## Parameters
```
-server <Object>
@ -25,8 +27,6 @@ Run the above command if you do not have this module
Accept wildcard characters? false
```
## -database &lt;Object&gt; Parameter
```
-database <Object>
@ -37,8 +37,6 @@ Run the above command if you do not have this module
Accept wildcard characters? false
```
## -username &lt;Object&gt; Parameter
```
-username <Object>
@ -49,8 +47,6 @@ Run the above command if you do not have this module
Accept wildcard characters? false
```
## -password &lt;Object&gt; 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*