diff options
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 |