Getting Started
April 14, 2015 ยท View on GitHub
- Navigate to the directory containing Create-WmiShell.psm1 and the 2 VB scripts
- Import-Module .\Create-WmiShell.psm1
- New-WmiShell -ComputerName
-UserName <Domain\Administrator> -UploadTo -Encoding - List-WmiShells
- 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
- Test functionality against (multiple) target host file
- Better implementation of List-WmiShells function
- Test Close-WmiShell function