4 lines
No EOL
156 B
PowerShell
4 lines
No EOL
156 B
PowerShell
$path = "$home\Documents\Get-Service.db"
|
|
$TableName = "Service"
|
|
Import-Module MySQLite
|
|
Invoke-MySQLiteQuery -Path $path -Query "SELECT * FROM $TableName" |