From 577be2fea5944ba66417ca03b5a5db48a36024d2 Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Thu, 4 Apr 2013 15:10:09 -0400 Subject: Adding Persistence module --- Persistence/Usage.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Persistence/Usage.md (limited to 'Persistence/Usage.md') 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 -- cgit v1.2.3