<# .SYNOPSIS Fileless UAC Bypass by Abusing Shell API
Author: Hashim Jawad of ACTIVELabs
.PARAMETER Command Specifies the command you would like to run in high integrity context. .EXAMPLE Invoke-WSResetBypass -Command "C:\Windows\System32\cmd.exe /c start cmd.exe"
This will effectivly start cmd.exein high integrity context.
.NOTES This UAC bypass has been tested on the following: - Windows 10 Version 1803 OS Build 17134.590 - Windows 10 Version 1809 OS Build 17763.316 #>