Windows Thread, Strange AD Problem in Technical; Hello all,
I'm experiencing a strange Active Directory problem running 2003 Server SP2. I've just created two new pupil users ...
-
25th February 2008, 01:08 PM #1 Strange AD Problem
Hello all,
I'm experiencing a strange Active Directory problem running 2003 Server SP2. I've just created two new pupil users using a template user, however the strange thing is that network drives for Teachers are being mapped.
I deleted the two users and re-created them from scratch (thinking maybe the template user was the problem), but the same thing happens. All pupils are using a single mandatory profile (which I know is ok), as all other users logon fine and are only mapped the correct drives. The correct logon script is also being used and the pupils are only members of domain users and students security groups.
I've also implemented delprof.exe in a logoff script, however re-logging on as either of the two users, on any machine, is still mapping drives for Teachers. So my question is, what is going on? TIA
-
-
IDG Tech News
-
25th February 2008, 01:29 PM #2 I solved my own problem!
By editing the logon script, I included every drive from H to Z as follows:
Code:
net use H: /delete /y
net use I: /delete /y
net use J: /delete /y
net use K: /delete /y
net use L: /delete /y
net use M: /delete /y
net use N: /delete /y
net use O: /delete /y
net use P: /delete /y
net use Q: /delete /y
net use R: /delete /y
net use S: /delete /y
net use T: /delete /y
net use U: /delete /y
net use V: /delete /y
net use W: /delete /y
net use X: /delete /y
net use Y: /delete /y
net use Z: /delete /y
This did the trick, but still not 100% sure why it was happening anyway. At least I know my NTFS permissions are configured correctly
with children being denied access to staff only drives.
-
-
25th February 2008, 02:39 PM #3 The following does the same thing as what you want, in rather less lines.
Code:
net use * /delete /y
-
Thanks to Geoff from:
Michael (25th February 2008)
-
25th February 2008, 03:05 PM #4 Thanks Geoff
-
SHARE:
Similar Threads
-
Replies: 14
Last Post: 14th July 2011, 04:55 PM
-
By dagza in forum EduGeek Joomla 1.0 Package
Replies: 2
Last Post: 21st January 2008, 10:14 PM
-
By richard in forum Windows
Replies: 4
Last Post: 15th June 2007, 06:58 AM
-
By Maxell in forum Windows
Replies: 7
Last Post: 5th February 2007, 05:01 PM
-
By richard in forum Windows
Replies: 0
Last Post: 21st February 2006, 01:47 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules