Maybe someone has a PowerShell script to do the same thing or a neater way? (Merging multiple sqlite databases to one - Machines were from different regions with no access to a central db) For this I required sqlite3.exe from the sqlite tools bundle and…
I have a script running on multiple caching servers to maintain a PowerBI page to assess PW performance, but the script now seems to be leaving hundreds of these sorts of folders in my datasources:
Is there a way to ensure it doesn't do this?
Kirk…
Hi,
Why PowerShell pwps_dab function call that hangs for 20 seconds, every 30 seconds ?
please find here by a code snippet to reproduce the behavior :
$res = New-PWLogin
if ($res){
$startDate = Get-Date
Write-Host "[$($startDate)] START"
…