Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-11 | Merge pull request #25 from clymb3r/master | Matt Graeber | 1 | -32/+142 | |
Bug fixes for Invoke-TokenManipulation | |||||
2014-01-10 | Bug fixes for Invoke-TokenManipulation | clymb3r | 1 | -32/+142 | |
Processes could not be started when the script was being run from Session 0. The fix is to use the CreateProcessAsUserW function when running in Session 0. This API requires SeAssignPrimaryTokenPrivilege priviege, so for non-session0 calls I still use CreateProcessWithTokenW which does not require special privileges. | |||||
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -1/+1 | |
2013-11-04 | Updated Invoke-TokenManipulation help | clymb3r | 1 | -2/+2 | |
2013-11-03 | Adding Invoke-TokenManipulation | clymb3r | 1 | -0/+1773 | |