Login Script Syntax

P

Paul Banco

I have the syntax for username scripting but I would like to map drives
based on group name.Basically if you are a member of XYZ group I would like
certain drives mapped. I see many samples using VB script but is this
possible just do through a batch file?

Thanks in Advance
 
J

Jack Seredyniecki

Sure, if you feel like copying fmember to every client. It can't be done
w/o extra programming (which he already knew) or third-party tools.
 
M

Matjaz Ladava [MVP]

You can
1.) use WinInstallLE and repackage this to msi and distribute it trough AD
to every client
2.) Copy it from network location to a local drive in bat script before you
use it.

Of course, there is some work with getting this tool to every client, but it
is doable ;-).
--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Script Syntax 4
Logon Scripts/AD 4
Script to map home drives 1
Login Scripts 1
Drive Mapping Problem. 1
Login Script question 1
NAS Drives not mapping manually or with script 1
Win98 login and home folder 1

Top