Skip to content

Getting Started with PoshSec

Matt Johnson edited this page May 7, 2014 · 6 revisions
  1. Download Module
  2. Unblock .zip file
  3. Navigate to %userprofile%\Documents
  4. If there is not a WindowsPowerShell folder in the Documents folder, you will need to create it. You will also need to create a Modules folder under the new WindowsPowerShell folder.
  5. Empty contents of the PoshSec-PoshSec folder in the zip file to %userprofile%\Documents\WindowsPowerShell\Modules\PoshSec.
  6. Run the following command:
Import-Module -Name PoshSec

To see all the commands type the following command:

Get-Command -Module PoshSec
Clone this wiki locally