We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba6376 commit 0656a4eCopy full SHA for 0656a4e
README.md
@@ -1,9 +1,13 @@
1
# Powershell
2
3
+Inside of the `scripts` folder, folder names relate to the authors / names of the makers of the scripts.
4
+
5
+I am ***NOT*** taking credit for these, I am only making them accessable via `Invoke-WebRequest` and `Invoke-Expression`.
6
7
## Scripts
8
9
Powershell scripts to use with "iwr" and "iex" commands with.
10
11
```powershell
-iwr https://powershell.cadenf.com/SCRIPT_NAME.ps1 | iex
12
+Invoke-WebRequest "https://powershell.cadenf.com/SCRIPT_NAME.ps1" | Invoke-Expression
13
```
0 commit comments