- Roaming Profiles & Local Permissions
- Posted by Michael on November 10th, 2005
In the past I've always used local profiles, and set the user as the local
administrator so they could install programs and modify settings.
I recently started using Roaming Profiles, but I'm having the problem where
users cannot install programs on their local machines unless they log in as
administrator (remote site, I can not easily access). Is this just how it is,
or is there a way I can modify their permissions on the server so that they
have quasi-administrator rights on their local workstations. All of my
education in Active Directory is self-taught, so I'm not familiar enough with
the architecture to know the right place to modify settings.
A specific problem is using AutoCAD. Users want to customize their toolbars,
but can't because the menu files can't be edited while they are logged in.
- Posted by Steven L Umbach on November 10th, 2005
Profile types have nothing to do with installing software. Applications that
write to the system folder and/or program files folder need to be installed
by a local administrator or possibly power user. However if the application
is a .msi package you can use Group Policy Software Installation to assign
or publish the package so that it can be installed by or for even regular
users. Unfortunately too many applications are designed [poorly] so that the
user must be a local administrator to run or take full advantage of the
application. You could try contacting the publisher to see if there are any
folder or registry permissions/settings or other settings/updates that can
be modified so that a regular user can use that application. If the
application runs correctly when the user is a power user then permissions
can be modified so that it works for a regular user. You may also want to
post in an AutoCAD newsgroup. --- Steve
"Michael" <Michael@discussions.microsoft.com> wrote in message
news
DB26186-0EEF-478D-9BFD-E6465108D0BC@microsoft.com...
> In the past I've always used local profiles, and set the user as the local
> administrator so they could install programs and modify settings.
>
> I recently started using Roaming Profiles, but I'm having the problem
> where
> users cannot install programs on their local machines unless they log in
> as
> administrator (remote site, I can not easily access). Is this just how it
> is,
> or is there a way I can modify their permissions on the server so that
> they
> have quasi-administrator rights on their local workstations. All of my
> education in Active Directory is self-taught, so I'm not familiar enough
> with
> the architecture to know the right place to modify settings.
>
> A specific problem is using AutoCAD. Users want to customize their
> toolbars,
> but can't because the menu files can't be edited while they are logged in.
- Posted by Michael on November 11th, 2005
Thanks for the response. However, the program in question is WinZip, and the
users are Domain Power Users. When the administrator logs in, it's no
problem, but anyone other than administrator cannot install the program.
Michael
"Steven L Umbach" wrote:
> Profile types have nothing to do with installing software. Applications that
> write to the system folder and/or program files folder need to be installed
> by a local administrator or possibly power user. However if the application
> is a .msi package you can use Group Policy Software Installation to assign
> or publish the package so that it can be installed by or for even regular
> users. Unfortunately too many applications are designed [poorly] so that the
> user must be a local administrator to run or take full advantage of the
> application. You could try contacting the publisher to see if there are any
> folder or registry permissions/settings or other settings/updates that can
> be modified so that a regular user can use that application. If the
> application runs correctly when the user is a power user then permissions
> can be modified so that it works for a regular user. You may also want to
> post in an AutoCAD newsgroup. --- Steve
>
>
> "Michael" <Michael@discussions.microsoft.com> wrote in message
> news
DB26186-0EEF-478D-9BFD-E6465108D0BC@microsoft.com...
> > In the past I've always used local profiles, and set the user as the local
> > administrator so they could install programs and modify settings.
> >
> > I recently started using Roaming Profiles, but I'm having the problem
> > where
> > users cannot install programs on their local machines unless they log in
> > as
> > administrator (remote site, I can not easily access). Is this just how it
> > is,
> > or is there a way I can modify their permissions on the server so that
> > they
> > have quasi-administrator rights on their local workstations. All of my
> > education in Active Directory is self-taught, so I'm not familiar enough
> > with
> > the architecture to know the right place to modify settings.
> >
> > A specific problem is using AutoCAD. Users want to customize their
> > toolbars,
> > but can't because the menu files can't be edited while they are logged in.
>
>
>
- Posted by Steven L Umbach on November 11th, 2005
Apparently that is another program that needs the user to be a local
administrator to install. Also FYI for a minor point there is no such thing
as Domain Power Users though a domain user can be in the local power users
group on a domain computer. --- Steve
"Michael" <Michael@discussions.microsoft.com> wrote in message
news:05C4AA6E-BF7A-41EB-8629-431FFB9811A7@microsoft.com...
> Thanks for the response. However, the program in question is WinZip, and
> the
> users are Domain Power Users. When the administrator logs in, it's no
> problem, but anyone other than administrator cannot install the program.
>
> Michael
>
> "Steven L Umbach" wrote:
>
>> Profile types have nothing to do with installing software. Applications
>> that
>> write to the system folder and/or program files folder need to be
>> installed
>> by a local administrator or possibly power user. However if the
>> application
>> is a .msi package you can use Group Policy Software Installation to
>> assign
>> or publish the package so that it can be installed by or for even regular
>> users. Unfortunately too many applications are designed [poorly] so that
>> the
>> user must be a local administrator to run or take full advantage of the
>> application. You could try contacting the publisher to see if there are
>> any
>> folder or registry permissions/settings or other settings/updates that
>> can
>> be modified so that a regular user can use that application. If the
>> application runs correctly when the user is a power user then permissions
>> can be modified so that it works for a regular user. You may also want
>> to
>> post in an AutoCAD newsgroup. --- Steve
>>
>>
>> "Michael" <Michael@discussions.microsoft.com> wrote in message
>> news
DB26186-0EEF-478D-9BFD-E6465108D0BC@microsoft.com...
>> > In the past I've always used local profiles, and set the user as the
>> > local
>> > administrator so they could install programs and modify settings.
>> >
>> > I recently started using Roaming Profiles, but I'm having the problem
>> > where
>> > users cannot install programs on their local machines unless they log
>> > in
>> > as
>> > administrator (remote site, I can not easily access). Is this just how
>> > it
>> > is,
>> > or is there a way I can modify their permissions on the server so that
>> > they
>> > have quasi-administrator rights on their local workstations. All of my
>> > education in Active Directory is self-taught, so I'm not familiar
>> > enough
>> > with
>> > the architecture to know the right place to modify settings.
>> >
>> > A specific problem is using AutoCAD. Users want to customize their
>> > toolbars,
>> > but can't because the menu files can't be edited while they are logged
>> > in.
>>
>>
>>
- Posted by Michael on November 14th, 2005
So I guess my question is then, how do I make a roaming profile a local
administrator?
"Steven L Umbach" wrote:
> Apparently that is another program that needs the user to be a local
> administrator to install. Also FYI for a minor point there is no such thing
> as Domain Power Users though a domain user can be in the local power users
> group on a domain computer. --- Steve
>
>
> "Michael" <Michael@discussions.microsoft.com> wrote in message
> news:05C4AA6E-BF7A-41EB-8629-431FFB9811A7@microsoft.com...
> > Thanks for the response. However, the program in question is WinZip, and
> > the
> > users are Domain Power Users. When the administrator logs in, it's no
> > problem, but anyone other than administrator cannot install the program.
> >
> > Michael
> >
> > "Steven L Umbach" wrote:
> >
> >> Profile types have nothing to do with installing software. Applications
> >> that
> >> write to the system folder and/or program files folder need to be
> >> installed
> >> by a local administrator or possibly power user. However if the
> >> application
> >> is a .msi package you can use Group Policy Software Installation to
> >> assign
> >> or publish the package so that it can be installed by or for even regular
> >> users. Unfortunately too many applications are designed [poorly] so that
> >> the
> >> user must be a local administrator to run or take full advantage of the
> >> application. You could try contacting the publisher to see if there are
> >> any
> >> folder or registry permissions/settings or other settings/updates that
> >> can
> >> be modified so that a regular user can use that application. If the
> >> application runs correctly when the user is a power user then permissions
> >> can be modified so that it works for a regular user. You may also want
> >> to
> >> post in an AutoCAD newsgroup. --- Steve
> >>
> >>
> >> "Michael" <Michael@discussions.microsoft.com> wrote in message
> >> news
DB26186-0EEF-478D-9BFD-E6465108D0BC@microsoft.com...
> >> > In the past I've always used local profiles, and set the user as the
> >> > local
> >> > administrator so they could install programs and modify settings.
> >> >
> >> > I recently started using Roaming Profiles, but I'm having the problem
> >> > where
> >> > users cannot install programs on their local machines unless they log
> >> > in
> >> > as
> >> > administrator (remote site, I can not easily access). Is this just how
> >> > it
> >> > is,
> >> > or is there a way I can modify their permissions on the server so that
> >> > they
> >> > have quasi-administrator rights on their local workstations. All of my
> >> > education in Active Directory is self-taught, so I'm not familiar
> >> > enough
> >> > with
> >> > the architecture to know the right place to modify settings.
> >> >
> >> > A specific problem is using AutoCAD. Users want to customize their
> >> > toolbars,
> >> > but can't because the menu files can't be edited while they are logged
> >> > in.
> >>
> >>
> >>
>
>
>
- Posted by Steven L Umbach on November 14th, 2005
You would have to add the user to the local administrators group on the
computer where the user needs to install the application or have someone who
is a local administrator install the program which could possibly be done
remotely via Remote Desktop. --- Steve
"Michael" <Michael@discussions.microsoft.com> wrote in message
news
C0D66CC-FD77-4A6F-9DC6-9830253919EA@microsoft.com...
> So I guess my question is then, how do I make a roaming profile a local
> administrator?
>
> "Steven L Umbach" wrote:
>
>> Apparently that is another program that needs the user to be a local
>> administrator to install. Also FYI for a minor point there is no such
>> thing
>> as Domain Power Users though a domain user can be in the local power
>> users
>> group on a domain computer. --- Steve
>>
>>
>> "Michael" <Michael@discussions.microsoft.com> wrote in message
>> news:05C4AA6E-BF7A-41EB-8629-431FFB9811A7@microsoft.com...
>> > Thanks for the response. However, the program in question is WinZip,
>> > and
>> > the
>> > users are Domain Power Users. When the administrator logs in, it's no
>> > problem, but anyone other than administrator cannot install the
>> > program.
>> >
>> > Michael
>> >
>> > "Steven L Umbach" wrote:
>> >
>> >> Profile types have nothing to do with installing software.
>> >> Applications
>> >> that
>> >> write to the system folder and/or program files folder need to be
>> >> installed
>> >> by a local administrator or possibly power user. However if the
>> >> application
>> >> is a .msi package you can use Group Policy Software Installation to
>> >> assign
>> >> or publish the package so that it can be installed by or for even
>> >> regular
>> >> users. Unfortunately too many applications are designed [poorly] so
>> >> that
>> >> the
>> >> user must be a local administrator to run or take full advantage of
>> >> the
>> >> application. You could try contacting the publisher to see if there
>> >> are
>> >> any
>> >> folder or registry permissions/settings or other settings/updates that
>> >> can
>> >> be modified so that a regular user can use that application. If the
>> >> application runs correctly when the user is a power user then
>> >> permissions
>> >> can be modified so that it works for a regular user. You may also
>> >> want
>> >> to
>> >> post in an AutoCAD newsgroup. --- Steve
>> >>
>> >>
>> >> "Michael" <Michael@discussions.microsoft.com> wrote in message
>> >> news
DB26186-0EEF-478D-9BFD-E6465108D0BC@microsoft.com...
>> >> > In the past I've always used local profiles, and set the user as the
>> >> > local
>> >> > administrator so they could install programs and modify settings.
>> >> >
>> >> > I recently started using Roaming Profiles, but I'm having the
>> >> > problem
>> >> > where
>> >> > users cannot install programs on their local machines unless they
>> >> > log
>> >> > in
>> >> > as
>> >> > administrator (remote site, I can not easily access). Is this just
>> >> > how
>> >> > it
>> >> > is,
>> >> > or is there a way I can modify their permissions on the server so
>> >> > that
>> >> > they
>> >> > have quasi-administrator rights on their local workstations. All of
>> >> > my
>> >> > education in Active Directory is self-taught, so I'm not familiar
>> >> > enough
>> >> > with
>> >> > the architecture to know the right place to modify settings.
>> >> >
>> >> > A specific problem is using AutoCAD. Users want to customize their
>> >> > toolbars,
>> >> > but can't because the menu files can't be edited while they are
>> >> > logged
>> >> > in.
>> >>
>> >>
>> >>
>>
>>
>>