Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 633 Bytes

Getting Started

  1. Navigate to the directory containing Create-WmiShell.psm1 and the 2 VB scripts
  2. Import-Module .\Create-WmiShell.psm1
  3. New-WmiShell -ComputerName -UserName <Domain\Administrator> -UploadTo -Encoding
  4. List-WmiShells
  5. Enter-WmiShell -Session <# from List-WmiShells>

When creating a new wmishell, you can start powershell with the runas.exe command and skip the -UserName parameter.

TODOs

  1. Test functionality against (multiple) target host file
  2. Better implementation of List-WmiShells function
  3. Test Close-WmiShell function