Last active
April 29, 2022 05:22
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To run this script, run the command below in comments | |
# $url = "https://gist.github.com/ishu3101/fa2db197a4acb59b796e8a6aa40aff01/raw/" | |
# Invoke-RestMethod $url | iex | |
ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$url = "https://gist.github.com/ishu3101/fa2db197a4acb59b796e8a6aa40aff01/raw/"
Invoke-RestMethod $url | iex