Skip to content

Commit 0656a4e

Browse files
Update README.md
1 parent 5ba6376 commit 0656a4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Powershell
22

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+
37
## Scripts
48

59
Powershell scripts to use with "iwr" and "iex" commands with.
610

711
```powershell
8-
iwr https://powershell.cadenf.com/SCRIPT_NAME.ps1 | iex
12+
Invoke-WebRequest "https://powershell.cadenf.com/SCRIPT_NAME.ps1" | Invoke-Expression
913
```

0 commit comments

Comments
 (0)