Damian Torres
Damian Torres
@wxsBSD ooo, I just checked out the gist you linked and I like that idea a lot. I think it solves a lot of existing problems and helps to avoid...
> If you want to reply with a reaction you can use `driver.react_to(message, "emoji-name")`. The use case I was looking to do was not an emoji reaction, but a `/me`...
> I can't find much about this `type` argument. It seems poorly documented and a little obscure. That is correct. I haven't been able to find much on it. I...
I removed all versions of `PSFalcon` and reinstalled only `2.2.7` and then tried: ``` $Alerts = Get-FalconAlert -All -Detailed -Verbose VERBOSE: 13:16:57 [Get-FalconAlert] /alerts/queries/alerts/v2:get VERBOSE: 13:16:57 [ApiClient.Invoke] GET https://api.laggar.gcw.crowdstrike.com/alerts/queries/alerts/v2?limit=10000 VERBOSE:...
The odd thing is, if querying only Endpoint alerts, there shouldn't be 160k alerts. With `2.2.6`, if I specify `data_domains:'Endpoint'` in an FQL `-Filter`, I only get ~1400 alerts: ```...
> PSFalcon encodes the query string with `[System.Uri]::EscapeDataString()` in the private `Build-Content` function (under the `Build-Query` sub-function). What happens when you do this in PowerShell? > > ``` > PS...
> Any difference if you modify `private\Private.ps1` to use your `[System.Web.HttpUtility]` method? The encoding is different in the Verbose output, but still getting 500 error: ``` $Alerts = Get-FalconAlert -All...