Posted On March 29, 2019

Run Windows Commands Remotely

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Run Windows Commands Remotely

# RPC 
WMIC /node:SERVER1 process call create ‘powershell.exe’

# WinRM 
winrs -r:SERVER1 powershell.exe

# Systernals 
psexec //SERVER1 powershell.exe

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Add Known Trusted Sites to Browsers in Windows

This instruction applies to the major browsers: Internet Explorer, Chrome, Firefox, and Opera. Note that…

Windows Error When Joining Domain

Error Message: ---------------------------Computer Name/Domain Changes---------------------------Changing the Primary Domain DNS name of this computer to ""…

How To Recover SQLSERVER Service from Being Unable to Start

# startSqlService.ps1 # special provision to deal with SQL Server not starting up due to…
Other project: DragonCoin.com