SharpSh not picking up created user token #1883
Replies: 1 comment 1 reply
-
|
I believe this is because the thread in which the token lives, the execute-assembly which is ran when doing sharpsh does not have access to. I think I got around this by doing a runas to spawn a process as the impersonated user, inject into that and then do the sharp tools in that context. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you run powershell scripts in context of the user without downloading them and run within memory? When I try sharpsh, it does not pick up the user token I created.
Beta Was this translation helpful? Give feedback.
All reactions