- Can I run Script
- Posted by dcastelino on February 28th, 2006
Is there any way wherein I can login to my domain using scripts (like netuse
etc)
We have a remote site where the users are logging locally to their
workstations.We dont want to disturb this setup.There are some users who need
to access resources in the domain.We need to acheive this by running a batch
file or something like that so that whenever the users want they can execute
this to logon to the domain.
In short, I want those users to run a batch file to logon to the domain
(whenever they want) but still logging into locally to thier workstation
Thanks
DC
- Posted by Shenan Stanley on February 28th, 2006
dcastelino wrote:
Do you want them logging into the domain or just using domain resources?
Just using domain resources is easy.. They can map any drive, any printer
shared out from a server, etc - using their domain credentials.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
- Posted by dcastelino on March 1st, 2006
Just using domain resources...
Thanks
DC
"Shenan Stanley" wrote:
- Posted by Shenan Stanley on March 1st, 2006
Shenan Stanley wrote:
dcastelino wrote:
dcastelino wrote:
Then you already answered your own question. *grin*
NET USE X: \\FQDN.OF.SERVER\SHARENAME /USER
OMAIN\USERNAME PASSWORD
/PERSISTENT:NO
For the drives.
Is there something else they need remotely? You could use VBScript to do
this, prompt them for credentials or the password each time, etc.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html