Hi
I would like do have a common loginscript and in that script link to other
scripts according to e.g. the membership to an AD group.
Could be like this in pseudo
<<Common login script
map common network drives
distribute common templates and documents
if memberOF("technicians1") then runscript("tech1.vbs") else
if memberOF("technicians2") then runscript("tech2.vbs")
if memberOF("admin") then runscript("admin.vbs")
etc.
Is there an example somewhere?
TIA
Henry