PowerShell WebRequests

PowerShell and AS3 I have been doing some AS3 content lately and in a customer environment I only had powershell available. Generally I use python, so this was a nice opportunity to sit down and use Invoke methods in powershell to post AS3 content. Here is the baseline script I developed. This is using Powershell 5.1 and is accounting for self-signed certificates, to allow the system to interact, as by default powershell 5.1 doesn’t have the ignore flag for the two Invoke requests I’m using. ...

June 7, 2024 · 2 min · 233 words · Me