adjust SQL
This commit is contained in:
parent
502e9ea0fd
commit
dee9406e97
@ -271,7 +271,7 @@ catch {
|
|||||||
}
|
}
|
||||||
$SQLFile_to_Run = $PSScriptRoot + '\Generate Egnyte Export.sql'
|
$SQLFile_to_Run = $PSScriptRoot + '\Generate Egnyte Export.sql'
|
||||||
Invoke-SqliteQuery -DataSource $PathToDB -InputFile $SQLFile_to_Run
|
Invoke-SqliteQuery -DataSource $PathToDB -InputFile $SQLFile_to_Run
|
||||||
$EgnyteExport = Invoke-SqliteQuery -DataSource $PathToDB -Query "Select Server,UNCPath,EgnytePath,FileCount,FileSize,Source from DataInventory"
|
$EgnyteExport = Invoke-SqliteQuery -DataSource $PathToDB -Query "Select Server,UNCPath,EgnytePath,FileCount,FileSize,Status from DataInventory"
|
||||||
|
|
||||||
if ($EgnyteExport) {
|
if ($EgnyteExport) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user