Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active April 29, 2022 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishu3101/fa2db197a4acb59b796e8a6aa40aff01 to your computer and use it in GitHub Desktop.
Save ishu3101/fa2db197a4acb59b796e8a6aa40aff01 to your computer and use it in GitHub Desktop.
Testing ability to run Powershell script using Invoke-RestMethod http://path/to/url | iex
# To run this script, run the command below in comments
# $url = "https://gist.github.com/ishu3101/fa2db197a4acb59b796e8a6aa40aff01/raw/"
# Invoke-RestMethod $url | iex
ls
@lcfajarda07
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment