aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-10-05 08:39:25 -0400
committermattifestation <mattgraeber@gmail.com>2013-10-05 08:39:25 -0400
commit737fd832e0b080cbb49d77808cd81bfc1634bd1d (patch)
treefb307894497924f8f77b327adce89998ff4c5da2 /README.md
parentbabad35dae1c60d0480545bf8e5f89eba94918fe (diff)
downloadPowerSploit-737fd832e0b080cbb49d77808cd81bfc1634bd1d.tar.gz
PowerSploit-737fd832e0b080cbb49d77808cd81bfc1634bd1d.zip
Updated usage tip
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93d2d0f..4fa1064 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,10 @@ To use the module, type `Import-Module PowerSploit`
To see the commands imported, type `Get-Command -Module PowerSploit`
-If you're running PowerShell v3 and you want to remove the annoying 'Do you really want to run scripts downloaded from the Internet' warning, once you've placed PowerSploit into your module path, run the following one-liner: `$Env:PSModulePath.Split(';') | % { if ( Test-Path (Join-Path $_ PowerSploit) ) {Get-ChildItem -Recurse | Unblock-File} }`
+If you're running PowerShell v3 and you want to remove the annoying 'Do you really want to run scripts downloaded from the Internet' warning, once you've placed PowerSploit into your module path, run the following one-liner:
+`$Env:PSModulePath.Split(';') |
+ % { if ( Test-Path (Join-Path $_ PowerSploit) )
+ {Get-ChildItem -Recurse | Unblock-File} }`
For help on each individual command, Get-Help is your friend.