RunAsUser
1.8
This module allows you to execute scripts under the current user while running as SYSTEM using impersonation.
Minimum PowerShell version
5.0
Installation Options
Author(s)
Kelvin Tegelaar - Kelvin@limenetworks.nl
Copyright
(c) 2020 Kelvin Tegelaar - Kelvin@CyberDrain.com All rights reserved.
Package Details
Owners
Tags
RMM Invoke-AsCurrentUser CyberDrain
Functions
Dependencies
This module has no dependencies.
Release Notes
Version 1.0 allows you to run scripts as the current user. Version 1.5 has had a near-complete rewrite of the C# code, adding functionality to support elevated sessions. 1.5.1 added support for waiting for a process to finish. 1.6 added the "UseWindowsPowerShell" switch, to enforce the usage of windows PowerShell. Version 1.8 introduce the parameter -NonElevatedSession to create sessions without admin token.
FileList
- RunAsUser.nuspec
- LICENSE
- README.md
- RunAsUser.psd1
- runasuser.psm1
- Public\Invoke-AsCurrentUser.ps1