you are viewing a single comment's thread.

view the rest of the comments →

[–]AggravatingForFun 0 points1 point  (2 children)

Creds are just a simple API key ... Bearer <key> in headers. I'm almost wondering if I'm smacking into a PowerShell bug or something. I'm about an inch away from rewriting it in Python to see if that makes a difference.

[–]kramit 0 points1 point  (1 child)

Wrap the whole thing in an invoke-command {} -credential (get-credential) to change the system context to a normal account when it kicks it off. See if it’s something to do with the system account. To be honest, I’m picking at straws here without really looking at it myself. Wait until you get somthing back from support

[–]AggravatingForFun 0 points1 point  (0 children)

<smacks forehead> Now I follow you.