moerwald
moerwald
Found this sample in config.txt. May help: ``` udp ipv4 against port: udp and (udp.DstPort == 12354 or udp.SrcPort == 12354) ``` So your filter could be: ``` udp and...
Would be super cool. May be possible via [Cresendo](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.crescendo/about/about_crescendo?view=ps-modules).
@mconnew thx for your answer. Here are the headers of the 200 Ok: ``` HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: 770 Connection: keep-alive ``` Some additional context: We're using...
Ok, I found the problem. Pooling timeouts in the SocketsHttpHandler were set to 0 🤦. Thx for the support!
I also facing same silent remote installation issues using remote powershell .. Any update on this issue?
@Cylindric i switched to this powershell script -> https://github.com/darianmiller/install-postgres-on-windows. It runs in a PowerShell remoting session, and does most of the job.