Notices


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 26-Aug-2008, 02:09 PM
Junior Member
 
Join Date: Aug 2008
Posts: 27
gregatkins 0 reputation points
Default Login scripts, removing user option menus

I'm using the TREE function in the logon script to map a folder in TREE B (video server) from users that typically log into TREE A (main file server). We created a user group of Video and placed all the teachers in it, so when they login it will check to see if they're a member of the video group, and if so they'll be mapped to a video folder from the TREE B drive.

On the logon script, it maps everything fine, however it pops up telling them they're are being mapped to another tree which requires them to click the OK box. Is there a parameter I can put in to avoid this? Below is a sample of the script

MAP ERRORS ON
MAP F:=SYS:
MAP N:=SYS:
MAP O:=VOL1:

IF MEMBER OF "VIDEO" THEN
TREE GHS/.VIDEO;STREAMING
MAP V:=\\GHS1\SYS\VIDEO
END
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 10:13 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2