• Performance monitor - Merge SQLite databases if running from separate regions - Just Sharing

    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…
  • Get-PWPerformanceReportData leaving folders in datasources

    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…
  • ProjectWise PowerShell Performance / Function call hangs for 20 seconds

    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" …