• Pause PowerShell Script until Silk Test installation is complete

    Our powershell script installs Silk Test 21.0 in silent mode using a properties file. I want the powershell script to wait for the installation to complete. To achieve so I am using Start-Process cmdlt, command is: Start-Process -Wait -FilePath "C:…