Philip Davis

Results 14 comments of Philip Davis

We store non-sensitive variables as you usually would in PowerShell (such as the server/database name) in the primary server script block, then reference them throughout Pode scriptblocks if needed with...

Can confirm - I am still having the same issue with remote system on 7.3.2. I will be rolling back again. > (Could not load file or assembly 'System.Net.Quic, Version=7.0.0.0,...

@daxian-dbw my apologies. I must not have caught that when I was testing. I can confirm forcing it to use 7.3.2 specifically works. I'm not sure which version it was...

I'd consider this high impact. This would allow us to keep users updated as long running calls execute. Each Pode (API) route call is pretty fast, but when you compound...

Are you running the command/s directly from Pode server or are you using PSSession? In our case everything worked fine (using NSSM) except DNS cmdlets. For those, we had to...

> Hey Philip, the issue you're running into is the "second hop problem" related to Kerberos. You're only authenticated on the first machine (that management box) but if you try...

You should be able to use [Update-PodeWebCheckbox](https://badgerati.github.io/Pode.Web/Functions/Outputs/Update-PodeWebCheckbox/)

We were able to replicate this issue easily after some further troubleshooting. It appears that if we use HTTPS on 7.4.x with Pode, API calls with IRM or IWR are...

Testing on `PS7.4.5` today appears to be still be problematic.

Working fine here now on Server 2022, the test build, and PS7.4.5. FWIW I can't tell a noticeable difference in performance, but that's hard to gauge in our dev environment...