| Author |
Message |
justlearnin
Guest
|
Posted:
Sat Oct 29, 2005 12:50 am Post subject:
conditional drive mapping |
|
|
I am trying to map 3 different drives, but only if the user is of a certain
group (ie:state, nurse, cash). How do I code the if/else for the conditional
drives? |
|
| Back to top |
|
 |
Frankster
Guest
|
Posted:
Sat Oct 29, 2005 4:50 pm Post subject:
Re: conditional drive mapping |
|
|
| Quote: | I am trying to map 3 different drives, but only if the user is of a certain
group (ie:state, nurse, cash). How do I code the if/else for the
conditional
drives?
|
Logon script....
-Frank |
|
| Back to top |
|
 |
Olaf Engelke [MVP Windows
Guest
|
Posted:
Sun Oct 30, 2005 12:50 am Post subject:
Re: conditional drive mapping |
|
|
Hi,
justlearnin wrote:
| Quote: | I am trying to map 3 different drives, but only if the user is of a
certain group (ie:state, nurse, cash). How do I code the if/else for
the conditional drives?
|
what kind of environment? Workgroup, NT Domain or Active Directory? What
kind of client Operating System?
As already stated in this thread - logon scripts would be your best choice.
Examples you can find on http://www.rlmueller.net/freecode2.htm
Best greetings from Germany
Olaf |
|
| Back to top |
|
 |
|
|
|
|