Sorry, but there are no more tags available to filter with.
  • 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" …