Desktop redirection questions

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

I would like to be able to force certain shortcuts to some of my users
desktops?

I have looked into Desktop Folder redirection to a read-only share and
that doesn't seem to fit my needs(still need to give users the ability
to add/remove their own shortcuts). Mandatory profiles won't work at
all. I just need a place where I can create the shortcuts and then push
that out to my users via GPO. Am I asking to much? Have any other ideas?

Jason
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

You might try creating a share (Place your shortcuts in here) and using a
login script to copy the contents of this share to the users desktop.

--
Shaune
"JasonMeyer" <jason.meyer@nospam.isd623.org> wrote in message
news:uYhxwOguFHA.1168@TK2MSFTNGP10.phx.gbl...
>
>
> I would like to be able to force certain shortcuts to some of my users
> desktops?
>
> I have looked into Desktop Folder redirection to a read-only share and
> that doesn't seem to fit my needs(still need to give users the ability
> to add/remove their own shortcuts). Mandatory profiles won't work at
> all. I just need a place where I can create the shortcuts and then push
> that out to my users via GPO. Am I asking to much? Have any other ideas?
>
> Jason
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Shaune wrote:
> You might try creating a share (Place your shortcuts in here) and using a
> login script to copy the contents of this share to the users desktop.
>
Now thats an idea...
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

JasonMeyer wrote:
> Shaune wrote:
>
>> You might try creating a share (Place your shortcuts in here) and using a
>> login script to copy the contents of this share to the users desktop.
>>
> Now thats an idea...
For the copy I would need to know the username, but would this work?

copy \\server\share\shortcuts "c:\documents and
setttings\%username%\desktop\"
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

JasonMeyer wrote:
> JasonMeyer wrote:
>
>> Shaune wrote:
>>
>>> You might try creating a share (Place your shortcuts in here) and
>>> using a
>>> login script to copy the contents of this share to the users desktop.
>>>
>> Now thats an idea...
>
> For the copy I would need to know the username, but would this work?
>
> copy \\server\share\shortcuts "c:\documents and
> setttings\%username%\desktop\"
>
even better...

copy \\server\share\shortcuts\* "%userprofile%"\desktop

Thanks for the idea. I tried it with my computer and it should do what I
need.

Jason
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

There you go, or you can use the all users profile.

--
Shaune
"JasonMeyer" <jason.meyer@nospam.isd623.org> wrote in message
news:ONlpa6guFHA.3188@TK2MSFTNGP14.phx.gbl...
> JasonMeyer wrote:
> > JasonMeyer wrote:
> >
> >> Shaune wrote:
> >>
> >>> You might try creating a share (Place your shortcuts in here) and
> >>> using a
> >>> login script to copy the contents of this share to the users desktop.
> >>>
> >> Now thats an idea...
> >
> > For the copy I would need to know the username, but would this work?
> >
> > copy \\server\share\shortcuts "c:\documents and
> > setttings\%username%\desktop\"
> >
> even better...
>
> copy \\server\share\shortcuts\* "%userprofile%"\desktop
>
> Thanks for the idea. I tried it with my computer and it should do what I
> need.
>
> Jason