You need the SMS Console to be installed on the server where you plan to use this.
Create this script as a .vbs file on your desktop or where ever you want it
Only thing you need to edit is the path marked in red. This needs to point to the location where you have your SMS Console installed.
Dim comp
comp = Inputbox("Write the name of the computer you would like to remote","SMS Remote Tools")
Set WShell = CreateObject("WScript.Shell")
WShell.Run "[color="#FF0000"]D:\SMSADMIN\bin\i386[/color]\remote 2 "& comp
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
You need the SMS Console to be installed on the server where you plan to use this.
Create this script as a .vbs file on your desktop or where ever you want it
Only thing you need to edit is the path marked in red. This needs to point to the location where you have your SMS Console installed.
This is how it looks:
And then:
Share this post
Link to post
Share on other sites