I am attempting to export a list of all Uninstallation tokens with the command:
Get-FalconHost -All | Get-FalconUninstallToken -Include hostname | Export-Csv .\token_list.csv -NoTypeInformation
No matter what I do it gives this:
Write-Result : {"code":401,"message":"access denied, invalid bearer token"}
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSFalcon\private\Private.ps1:687 char:9
+ Write-Result $Object
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (@{errors=System.Object[]}:PSObject) [Write-Result], Exception
+ FullyQualifiedErrorId : Write-Result
My API has all the required Read and Write permissions, can you tell me why this happens and how to fix it?
I am attempting to export a list of all Uninstallation tokens with the command:
No matter what I do it gives this:
My API has all the required Read and Write permissions, can you tell me why this happens and how to fix it?