Simon Diehmsimondiehm.com·Aug 22, 2023Darktrace API - Powershell exampleHere's an example code snippet to make an API call to Darktrace using Powershell. Find the instances of 'changeme' and change to the correct value. $Time = (Get-Date).ToUniversalTime().ToString("yyyy-MM-dd HH:mm:ss") $PrivateToken = "changeme" $Publi...146 readsPowershell