djhawthorn
Technical User
Is there a VBScript equivalent to the DOS command
?
I need to create an authentication pipe to a number of remote servers before running some commands against them... would be nice to do this with VBScript.
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
The dumber they think you are, the more surprised they'll be when you kill them! ![[machinegun] [machinegun] [machinegun]](/data/assets/smilies/machinegun.gif)
![[rofl2] [rofl2] [rofl2]](/data/assets/smilies/rofl2.gif)
Code:
net use \\servername\ipc$ /user:domain\username *
I need to create an authentication pipe to a number of remote servers before running some commands against them... would be nice to do this with VBScript.
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
![[laughtears] [laughtears] [laughtears]](/data/assets/smilies/laughtears.gif)
![[machinegun] [machinegun] [machinegun]](/data/assets/smilies/machinegun.gif)
![[rofl2] [rofl2] [rofl2]](/data/assets/smilies/rofl2.gif)