Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit a40e79d

Browse files
mattifestationclymb3r
authored andcommitted
Updated usage tip
1 parent 1e4dc7b commit a40e79d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ To use the module, type `Import-Module PowerSploit`
209209

210210
To see the commands imported, type `Get-Command -Module PowerSploit`
211211

212-
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} }`
212+
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:
213+
`$Env:PSModulePath.Split(';') |
214+
% { if ( Test-Path (Join-Path $_ PowerSploit) )
215+
{Get-ChildItem -Recurse | Unblock-File} }`
213216

214217
For help on each individual command, Get-Help is your friend.
215218

0 commit comments

Comments
 (0)