-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemote_Executor.vbs_Readme.txt
More file actions
30 lines (18 loc) · 934 Bytes
/
Remote_Executor.vbs_Readme.txt
File metadata and controls
30 lines (18 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
NAME: Remote_Executor.vbs
TYPE: Visual Basic Script
PRIMARY LANGUAGE: VBS
AUTHOR: Justin Grimes
ORIGINAL VERSION DATE: 6/8/2018
CURRENT VERSION DATE: 3/11/2019
VERSION: v1.8, Specify full path to cmd.exe in .exec statement.
DESCRIPTION:
A simple script for executing command prompt commands on domain workstations remotely.
PURPOSE:
To give administrators the ability to manage endpoints they cannot physically reach.
INSTALLATION INSTRUCTIONS:
1. Install PSTools binaries into the PSTools folder. Download PSTools: https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
2. Enter your email server address and credentials into sendmail.ini.
3. Run "Remote_Executor.vbs" on your local machine and follow the instructions for inputting a target workstation and command to execute.
NOTES:
"Remote_Executor.vbs" requires sendmail.exe and PsExec.exe.
Warning emails will still be sent when running in silent mode.