Computing.Net > Forums > Windows Server 2003 > Logon Script - Group Policy or assi

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Logon Script - Group Policy or assi

Reply to Message Icon

Name: stuartornum
Date: November 26, 2006 at 16:28:05 Pacific
OS: Windows 2003 SBS
CPU/Ram: P4 2.8GHz
Product: 512MB
Comment:

Hi,

I am having great problems with my logon scripts.

I have Windows 2003 SBS installed and running fine, with Active Directory etc.

Now I have setup a load of policies using GPMC, and they all are working great on my client XP machine, the only thing that isn't (which is the main thing I need) is the mapping of network drives. I have set it up in the GPMC under logon /logoff scripts.

I have created a logon.bat file and here is the content:

NET USE P: /delete
NET USE U: /delete
NET USE Z: /delete
NET USE T: /delete

NET USE P: \\sbs\Engineering\
NET USE U: \\sbs\Users\
NET USE Z: \\sbs\Archive\
NET USE T: \\sbs\ITSupport\

However this does not run under the GPO, or even if I run the file manually, there is diffinitely some stupid mistake I am making with the logon.bat file....!

If some one could point me in the right direction I would greatly appreciate it.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: bilbus
Date: November 26, 2006 at 18:39:09 Pacific
Reply:

remove the \ at the end

NET USE P: \\sbs\Engineering\ - Wrong
NET USE P: \\sbs\Engineering - right


0

Response Number 2
Name: fodde
Date: November 28, 2006 at 03:07:05 Pacific
Reply:

I would like to add a flash (either .swf or .exe) as a logon message/disclaimer where users have to accept the terms an conditions.

I've seen it 3 years ago in a company and would like to implement it on my AD.

I've already created the flash which will continue with logon when "accept" and will shutdown (shutdown command line built into the flash) when "decline". I've tried some options but wasn't happy about the behaviour; for example:
the flash.exe as a logon script - can be disabled by the user and the shutdown doesn't work
as a GPO\Computer Configuration\Admin Templates\System\Logon\Run these programs at user logon - users can stop by Ctrl-Alt-Del and shutdown doesn't work.

Any idea how to do this? Will be appreciated!

fodde


0

Response Number 3
Name: Joe_Dow (by MikeTr)
Date: December 28, 2006 at 02:39:19 Pacific
Reply:

Have you thought about using special tools for scripting ?
They can make your work much more easier and you will be free from possible script issues.
For example, we use Scriptlogic's Desktop Authority (www.scriptlogic.com) for logon script management and just for all operations on remote desktops. We create drive mappings according to different deppartments with help of their validation logic. In your case, I'm not sure about flash logon message - we use our company logo and text legal notice with accepting it by pressing OK. It's the job for DA also.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: Logon Script - Group Policy or assi

Group Policy issue www.computing.net/answers/windows-2003/group-policy-issue/5414.html

Logoff script - Group Policy www.computing.net/answers/windows-2003/logoff-script-group-policy/6396.html

Group Policy not working right www.computing.net/answers/windows-2003/group-policy-not-working-right/3006.html