Created
May 3, 2018 11:27
-
-
Save SleepyLctl/f0c367fa2a49b7c76b844d5daf96b230 to your computer and use it in GitHub Desktop.
Powershell stuff and tips
This file contains hidden or 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
######################################## | |
Execute PS script remotely | |
######################################## | |
iex ((new-object net.webclient).downloadstring('https://url/install.ps1')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment