Link to home
Start Free TrialLog in
Avatar of dongocdung
dongocdung

asked on

Adding local admin account of a workstation to shared folder

I am installing a COTS application. This application requires that I log into a workstation under local admin account to start the installation. The local account needs to access a shared folder on a server. I can't not copy the installation file locally.

Since the local account doesn't have permission to the shared folder, I can access the shared folder. Is there anyway I can add the local admin account from a workstation to a shared folder on a server?
Avatar of Brian Pierce
Brian Pierce
Flag of United Kingdom of Great Britain and Northern Ireland image

Why not just use a domain account that has local admin privileges, that will do the job.
Avatar of Trenton Knew
Trenton Knew

Yes... add computername\localadminname to the share.
Avatar of dongocdung

ASKER

Trenton - the question I want to find out is how I can add computername\localadminname to the share. Whenever I tried to do it, it said it connect locate the account.
is the computer a member of the domain?
alternatively, you can connect to the share using a domain account...

net use X: \\server\share /user:domain\user /persistent:yes

when you're done,

net use X: /delete
If your server local admin has a different password than your workstation local admin like ours, you can browse to the folder first and enter the credentials to access then use it in the software.
Gabriel -- the local admin account on my workstation has different password then the local admin account on the server
SOLUTION
Avatar of Matthew Borrusso
Matthew Borrusso
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial