Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"The term 'Invoke-EventVwrBypass' is not recognized as the name of a cmdlet, function, script file, or operable program." #3

Open
FluentInDuwang opened this issue Jan 2, 2018 · 0 comments

Comments

@FluentInDuwang
Copy link

FluentInDuwang commented Jan 2, 2018

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 understand correctly, I am supposed to run the script as-is and then input my command. In my case, I used:

Invoke-EventVwrBypass -Command "copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe"

I pasted this into Powershell's command line immediately after running the script, and received this error message:

Invoke-EventVwrBypass : The term 'Invoke-EventVwrBypass' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Invoke-EventVwrBypass -Command "copy /y c:\windows\system32\cmd.exe c ...
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Invoke-EventVwrBypass:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Again, this could be my mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant