Add scripts
This commit is contained in:
parent
422934aef7
commit
350807c951
30 changed files with 574 additions and 0 deletions
4
Scripts/Get-SQLiteTable.ps1
Normal file
4
Scripts/Get-SQLiteTable.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$path = "$home\Documents\Get-Service.db"
|
||||
$TableName = "Service"
|
||||
Import-Module MySQLite
|
||||
Invoke-MySQLiteQuery -Path $path -Query "SELECT * FROM $TableName"
|
||||
Loading…
Add table
Add a link
Reference in a new issue