Hi all

I would like to map a drive and also make sure that the
My Documents Folder is pointing to a Network Location.
Please can somebody advise me how to do this or where to
find some information on how to create logon scripts.
What I want is:-
The X drive to be mapped to \\myserver\company

and the location of the My Documents folder to be
pointing to
\\myserver\users\auser\my documents

I have tried writing the script myself but am unable to
get it to work!

Many thanks

Mark

Re: Logon Scripts - Help Please!! by Dave

Dave
Tue Jan 13 06:59:19 CST 2004

Mark,

In the logon script for the network drive try:-

net use x: \\myserver\company

My documents I think can be done via GPO's.

Dave

"Mark" <anonymous@discussions.microsoft.com> wrote in message
news:07f901c3d9c5$05016cb0$a501280a@phx.gbl...
> Hi all
>
> I would like to map a drive and also make sure that the
> My Documents Folder is pointing to a Network Location.
> Please can somebody advise me how to do this or where to
> find some information on how to create logon scripts.
> What I want is:-
> The X drive to be mapped to \\myserver\company
>
> and the location of the My Documents folder to be
> pointing to
> \\myserver\users\auser\my documents
>
> I have tried writing the script myself but am unable to
> get it to work!
>
> Many thanks
>
> Mark