|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
Join Date: Apr 2005
Posts: 537
|
[Help] - Domain Permissions on Network Shares
I have a corporate domain set-up with various network shares that mount as a network drive on the workstations upon boot using a logon.bat script (NET USE "DriveLetter": \\Computername\Share etc..) ie:
Code:
rem This is the Logon Script for "My Company Here" Windows 2003 Server Enterprise @echo off cls net use m: \\Computername\management net use o: \\Computername\common net use p: \\Computername\apps net use q: \\Computername\acct exit What i would like to do is have the "Applications" network drive as explained above ask for a username and password when trying to access it. I know that i can change the permissions on it to say...only let the user "Patrick" have access to it, but if im logged on as say... the user "Chris" then i get an "Access Denied" message. If i was to log-off that machine as the user "Chris" and log-on as "Patrick" then of course i would be able to access that network drive. The problem is, i dont want to have to log off, i just want to double click on that drive and then be asked for a username and password. I have a feeling this is because i am in a "Domain" environment, and there is no way around it. But since i am a self-taught Administrator, then its very likely that i just dont have the knowledge to do what i want to do. Thats why i am here asking. Any suggestions would be greatly appreciated... thanks for your time. |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
It will only prompt you if you are not a member of the domain. The assumption is that you have already assigned proper rights in the domain.
You can try using the runas command like runas /user:username"explorer /separate" This will prompt you for that users password. This will bring up explorer in a separate process with whatever rights that user has. You could even map a shortcut as well.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Troubleshooting Basic TCP/IP Problems | Ob1 | Networking & Online Security | 0 | 07-21-2005 06:09 PM |
| My Recent Tech Test | Brassman101 | Computer Hardware | 4 | 05-10-2005 12:53 AM |
| Wireless Broadband Network problem. | Electron | Networking & Online Security | 3 | 03-28-2005 12:49 PM |
| Confused!!!XP Networking | healtheworld | Networking & Online Security | 5 | 11-03-2003 09:58 AM |
| XP - Using the Win2K style network shares? | Paul Victorey | Windows Legacy Support (XP and earlier) | 1 | 01-29-2003 01:32 PM |