Skip to content

EliteLoser/Invoke-PsExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoke-PsExec

Svendsen Tech's Invoke-PsExec for PowerShell is a function that lets you execute PowerShell and batch/cmd.exe code asynchronously on target Windows computers, using PsExec.exe.

Online blog documentation here: https://www.powershelladmin.com/wiki/Invoke-PsExec_for_PowerShell

PowerShell Gallery link: https://www.powershellgallery.com/packages/InvokePsExec/

Example of installation for your user only (elevation not required):

Install-Module -Name InvokePsExec -Scope CurrentUser #-Force.

Example of a PowerShell command through PsExec.exe in PowerShell

PowerShell Invoke-PsExec example

Example of a batch command with PsExec.exe in PowerShell

PowerShell Invoke-PsExec example

About

Svendsen Tech's Invoke-PsExec for PowerShell is a function that lets you execute PowerShell and batch/cmd.exe code asynchronously on target Windows computers, using PsExec.exe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published