Misc-PowerShell-Stuff
Misc-PowerShell-Stuff copied to clipboard
random powershell goodness
Invoke-EventVwrBypass.ps1 UAC bypass works only when the command argument doesn't specify the powershell executable full path : Invoke-EventVwrBypass -Command "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ..." => NOK Invoke-EventVwrBypass -Command "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe ..." => NOK Invoke-EventVwrBypass...
Let me preface this by saying that I've never even heard of Powershell before running this, so I may have made a rookie mistake. I downloaded your "EventVwrBypass" script. If...
I'm trying to figure out what my mattifestation count is, but the script is broken. Error out put is below, I took the try catch out to get the actual...