Hello All,
I am working on installing/enabling telnet client on windows machine for our IT network. I found this command
pkgmgr /iu:"TelnetClient" that installs telnet and it works. I decided to place the command in a batch file (run.bat) and the call the batch file with a vb script (install.vbs) They all work but I get a pop us window stating UNC not supported since the batch file reside on our domain controller.
Question
Can I issue the same command (pkgmgr /iu:"TelnetClient") that's in the batch file in a vb script to install/enable the telnet client on windows machines???
Thanks,
I am working on installing/enabling telnet client on windows machine for our IT network. I found this command
pkgmgr /iu:"TelnetClient" that installs telnet and it works. I decided to place the command in a batch file (run.bat) and the call the batch file with a vb script (install.vbs) They all work but I get a pop us window stating UNC not supported since the batch file reside on our domain controller.
Question
Can I issue the same command (pkgmgr /iu:"TelnetClient") that's in the batch file in a vb script to install/enable the telnet client on windows machines???
Thanks,