diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-04-04 15:10:09 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-04-04 15:10:09 -0400 |
commit | 577be2fea5944ba66417ca03b5a5db48a36024d2 (patch) | |
tree | 1f22dcbcfee8a9758afb281176a5f67e7da991da /Persistence/Usage.md | |
parent | 2ff300c03a987adeb74adf5e23d34c97d981e52f (diff) | |
download | PowerSploit-577be2fea5944ba66417ca03b5a5db48a36024d2.tar.gz PowerSploit-577be2fea5944ba66417ca03b5a5db48a36024d2.zip |
Adding Persistence module
Diffstat (limited to 'Persistence/Usage.md')
-rw-r--r-- | Persistence/Usage.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Persistence/Usage.md b/Persistence/Usage.md new file mode 100644 index 0000000..988ce9d --- /dev/null +++ b/Persistence/Usage.md @@ -0,0 +1,10 @@ +To install this module, drop the entire ScriptModification folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable. + +The default per-user module path is: "$Env:HomeDrive$Env:HOMEPATH\Documents\WindowsPowerShell\Modules" +The default computer-level module path is: "$Env:windir\System32\WindowsPowerShell\v1.0\Modules" + +To use the module, type `Import-Module Persistence` + +To see the commands imported, type `Get-Command -Module Persistence` + +For help on each individual command, Get-Help is your friend.
\ No newline at end of file |