Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to map a user's home directory hidden share

Status
Not open for further replies.

moogeboo

MIS
Aug 7, 2003
28
US
hi,

how can i map a user's hidden home directory using vb script? I'd like to map it for users belonging to certain groups. thanks.

ken
 
Hi,

To check for group membership you can use ADSI ( check under Developers resource for the SDK). In the SDK provided by microsoft you can find all the information you need.
Mapping a drive can be done by use of WshNetwork.MapNetworkDrive(...)

I'm currently working on a project for scripting usermanagement and using ADSI with VBScript so if you have any trouble of questions you can ask me...

Grtz Hanzel

If smile = vbFalse Then
MsgBox("Smile... Tomorrow will be worse!",64,"Smile...")
End If
 
Do you still need a solution to this? I have code I can share if you do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top