Can I run Script

G

Guest

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
 
S

Shenan Stanley

dcastelino said:
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

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.
 
G

Guest

Just using domain resources...

Thanks
DC

Shenan Stanley said:
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.
 
S

Shenan Stanley

Shenan Stanley wrote:
dcastelino said:
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
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.
Just using domain resources...

Then you already answered your own question. *grin*

NET USE X: \\FQDN.OF.SERVER\SHARENAME /USER:DOMAIN\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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top