Click here to Skip to main content
15,899,126 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionScript for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 3:18
OrdinaryGal27-Oct-10 3:18 
AnswerRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 5:27
mveDave Kreskowiak27-Oct-10 5:27 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 5:41
OrdinaryGal27-Oct-10 5:41 
GeneralRe: Script for checking domain & Map Drive Pin
phil.o27-Oct-10 5:47
professionalphil.o27-Oct-10 5:47 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 5:55
OrdinaryGal27-Oct-10 5:55 
GeneralMessage Removed Pin
27-Oct-10 8:17
flflshop27-Oct-10 8:17 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 8:21
mveDave Kreskowiak27-Oct-10 8:21 
GeneralRe: Script for checking domain & Map Drive Pin
phil.o28-Oct-10 5:59
professionalphil.o28-Oct-10 5:59 
The NETLOGON share exists on any domain controller of any Active Directory domain.
There you can put some scripts that will be executed for users, if activated in their account management window.
Thus, the only things you have to do are :

- create a script (.bat or .cmd) in the netlogon share of one of the domain controllers that will connect a given drive letter to a given share on a particular server
For example :
net use H: \\myserver\users$\%username%
net use I: \\mysecondserver\common


- in the user's account management window, just give the filename of your script in the 'Connection script' field

The script will be executed when the user opens his session.

If you do that on both domains, no need to check for which domain is involved : the entire login process will take care of that for you.
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 6:05
mveDave Kreskowiak27-Oct-10 6:05 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 15:35
OrdinaryGal27-Oct-10 15:35 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 17:22
mveDave Kreskowiak27-Oct-10 17:22 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal28-Oct-10 4:17
OrdinaryGal28-Oct-10 4:17 
Questionvb .net 2008 express edition remove a row in datagridview Pin
Denis999926-Oct-10 3:01
Denis999926-Oct-10 3:01 
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
_Erik_26-Oct-10 5:49
_Erik_26-Oct-10 5:49 
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
DaveAuld26-Oct-10 5:49
professionalDaveAuld26-Oct-10 5:49 
GeneralRe: vb .net 2008 express edition remove a row in datagridview Pin
Denis999928-Oct-10 0:06
Denis999928-Oct-10 0:06 
QuestionHow to get selected node in a XML with childnodes and childnodes' childnodes? Pin
sanyexian25-Oct-10 22:19
sanyexian25-Oct-10 22:19 
AnswerRe: How to get selected node in a XML with childnodes and childnodes' childnodes? Pin
Eaverae26-Oct-10 19:57
Eaverae26-Oct-10 19:57 
GeneralRe: How to get selected node in a XML with childnodes and childnodes' childnodes? Pin
sanyexian26-Oct-10 20:04
sanyexian26-Oct-10 20:04 
QuestionFiles in a VB.NET project to put under Version control Pin
cages25-Oct-10 9:15
cages25-Oct-10 9:15 
AnswerRe: Files in a VB.NET project to put under Version control Pin
dan!sh 25-Oct-10 10:56
professional dan!sh 25-Oct-10 10:56 
GeneralRe: Files in a VB.NET project to put under Version control Pin
cages26-Oct-10 10:20
cages26-Oct-10 10:20 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Gregory Gadow25-Oct-10 11:08
Gregory Gadow25-Oct-10 11:08 
GeneralRe: Files in a VB.NET project to put under Version control Pin
AspDotNetDev25-Oct-10 11:21
protectorAspDotNetDev25-Oct-10 11:21 
GeneralRe: Files in a VB.NET project to put under Version control Pin
DaveAuld25-Oct-10 11:33
professionalDaveAuld25-Oct-10 11:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.