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

WordPress Multi-site with Single Sign On (SSO)

Step 1: Login Access the correct environment using wp_admin login with the DevOps standard password:…

Disk Partitioning & Formatting Reference

Refer to this table as a reference on sector/cluster size leading to maximum storage per…

Enable File Server to Have Multiple Alias Host Names

Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0, create Multi-String Value = BackConnectionHostNames with values of the CNAMES of the file…