As an inelegant (but currently my only) solution to a need for certain automated checks to be remotely performed on a batch of machines, I call a batch file which (at one point) disconnects a recently ...
From my own research, I've found two ways to map printers through the command line or in a script.<BR> <BR> <BR><pre class="ip-ubbcode-code-pre">net use LPT1 ...
You can use the net use command to connect to a shared resource, such as network printers, mapped drive, etc., in your local area network. If you are not familiar with this command, this guide will be ...