Hi many thanks for your responses and yes using AD to create the home share is certainly one way around it. But that aside without even getting into the ethics of home drive creation , my previous "sample" post was probrably a bad example to use. The basic problem of mapping shares can't be differentiated with if ingroup ?

Mapping home drives and shares isn't rocket science and fairly standard stuff in most environments , but even the following sample won't work ...Yes I also ran /d to troubleshoot the script plus /f to flush the cache with no errors. Also checked event logs still no errors

GPO and UAC turned off, only one domain controller ...weird ?

Again any help here would be appreciated.

 Code:
IF INGROUP("Students")
Use h: "\\DC01\ACC"
Endif

IF INGROUP("Staff")
Use h: "\\DC01\MNC"
Endif


Edited by Mart (2012-05-10 09:24 AM)
Edit Reason: Please use code tags when posting code.