Product: PowerShell Universal
Version: 3.8.12
I have a dashboard that runs a script behind the scenes. Ran into this… Looks like you can pass -UserAccount
to invoke-psuscript
and that will show up in the PSU UI.
Invoke-PSUScript -Script $Script -UserAccount "dumbo" | Tee-Object -Variable Job | Wait-PSUJob
I didnt find anything in your docs. Is this intended? github docs