Adam Horan

Results 1 comments of Adam Horan

In powershell there is an equivalent to eval, and it's [Invoke-Expression](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-expression?view=powershell-7.2). It can be chained, so something like this should work: `aws-sso eval -p 1234:role | Out-String | Invoke-Expression` The...