Results 1 to 5 of 5

Thread: local admin rights

  1. #1
    Leonard Guest

    local admin rights

    We are having some new software installed which requires local admin rights.

    I presurem if this happens do I take it the domain users will be then able
    to install software when they want it

    we have a 2003 std server as a domain controller

    Lookforware to your replys


  2. #2
    Lanwench [MVP - Exchange] Guest

    Re: local admin rights

    Leonard <Leonard@discussions.microsoft.com> wrote:
    > We are having some new software installed which requires local admin
    > rights.
    >
    > I presurem if this happens do I take it the domain users will be then
    > able to install software when they want it
    >
    > we have a 2003 std server as a domain controller
    >
    > Lookforware to your replys


    Don't grant local admin rights. Users will definitely be able to install
    anything (or uninstall anything) change network settings, and so on. Power
    Users is not much better.

    First, speak to the software developer and complain loudly - there is NO
    reason the users should need admin rights to run their software. It should
    require admin rights only to *install*. Ask for a list of file system
    locations & registry entries to which the end user will need to have
    permissions modified (read, or read/write) to run the app. If they don't
    have this, complain louder. This is just plain sloppy code.

    If all else fails, check out Sysinternals Process Monitor (free download
    from MS) - you can run it to determine what the app expects to access and
    make changes manually. Test thoroughly - do not deploy the app on any
    computer before you've determined how you can make it work & behave
    properly.





  3. #3
    Leonard Guest

    Re: local admin rights

    the new software is Sage CRM and local admin rights need to be on for the
    software to run, not just install.

    I have not idea why this is but we are trying to find out why

    any further advice would be greatfull

    if we do have to have admin rights can we monitor what users try and install
    etc


    "Lanwench [MVP - Exchange]" wrote:

    > Leonard <Leonard@discussions.microsoft.com> wrote:
    > > We are having some new software installed which requires local admin
    > > rights.
    > >
    > > I presurem if this happens do I take it the domain users will be then
    > > able to install software when they want it
    > >
    > > we have a 2003 std server as a domain controller
    > >
    > > Lookforware to your replys

    >
    > Don't grant local admin rights. Users will definitely be able to install
    > anything (or uninstall anything) change network settings, and so on. Power
    > Users is not much better.
    >
    > First, speak to the software developer and complain loudly - there is NO
    > reason the users should need admin rights to run their software. It should
    > require admin rights only to *install*. Ask for a list of file system
    > locations & registry entries to which the end user will need to have
    > permissions modified (read, or read/write) to run the app. If they don't
    > have this, complain louder. This is just plain sloppy code.
    >
    > If all else fails, check out Sysinternals Process Monitor (free download
    > from MS) - you can run it to determine what the app expects to access and
    > make changes manually. Test thoroughly - do not deploy the app on any
    > computer before you've determined how you can make it work & behave
    > properly.
    >
    >
    >
    >
    >


  4. #4
    Lanwench [MVP - Exchange] Guest

    Re: local admin rights

    Leonard <Leonard@discussions.microsoft.com> wrote:
    > the new software is Sage CRM and local admin rights need to be on for
    > the software to run, not just install.


    No, that's just what the developer is telling you, and I'm telling you
    they're full of it. Don't let software vendors drive decisions like this.
    The users don't *need* local admin rights. Simply put, the user evidently
    needs to access something that ordinarily an end user can't access. The user
    does *not* need all the permissions granted to an administrator- meaning, to
    run this software they do *not* need permissions to add/remove software,
    device drivers, edit network configurations, create user accounts, etc. -
    and that's what an administrator account can do.
    >
    > I have not idea why this is but we are trying to find out why


    Because they're lazy or crappy software developers? Seriously, this is
    something you should complain loudly about. My advice still applies - you
    can work around this if you get a list of file system & registry keys to
    edit - or find this out yourself as I've advised.
    >
    > any further advice would be greatfull
    >
    > if we do have to have admin rights can we monitor what users try and
    > install etc


    Nope. Do not give them admin rights, if you want to maintain your
    environment properly. Get a test box & the Sysinternals tool.
    >
    >
    > "Lanwench [MVP - Exchange]" wrote:
    >
    >> Leonard <Leonard@discussions.microsoft.com> wrote:
    >>> We are having some new software installed which requires local admin
    >>> rights.
    >>>
    >>> I presurem if this happens do I take it the domain users will be
    >>> then able to install software when they want it
    >>>
    >>> we have a 2003 std server as a domain controller
    >>>
    >>> Lookforware to your replys

    >>
    >> Don't grant local admin rights. Users will definitely be able to
    >> install anything (or uninstall anything) change network settings,
    >> and so on. Power Users is not much better.
    >>
    >> First, speak to the software developer and complain loudly - there
    >> is NO reason the users should need admin rights to run their
    >> software. It should require admin rights only to *install*. Ask for
    >> a list of file system locations & registry entries to which the end
    >> user will need to have permissions modified (read, or read/write) to
    >> run the app. If they don't have this, complain louder. This is just
    >> plain sloppy code.
    >>
    >> If all else fails, check out Sysinternals Process Monitor (free
    >> download from MS) - you can run it to determine what the app expects
    >> to access and make changes manually. Test thoroughly - do not deploy
    >> the app on any computer before you've determined how you can make it
    >> work & behave properly.





  5. #5
    TimeTraveller Guest

    Re: local admin rights

    ya but you might be able to get around that if your users aren't too hip by
    setting up a shortcut using Runas command with the /savecred switch
    enable..if you have roaming profiles, I think there is folder in Local
    Settings you might have to save between sessions to maintain the
    credentials...looked into this a while ago but go distracted... or maybe you
    could run the application as a service ..depending. You also might get away
    with putting User/Change permsssions on the Program Folder only. This works
    with many badly designed programs that follow the windows security model.
    Another thing you could try is setting Change permissions on HKLM keys that
    are relevant to the application.

    TimeTraveller

    "Leonard" <Leonard@discussions.microsoft.com> wrote in message
    news:5BAD01FB-7DE9-4431-98E5-29A3CD47E660@microsoft.com...
    > We are having some new software installed which requires local admin
    > rights.
    >
    > I presurem if this happens do I take it the domain users will be then able
    > to install software when they want it
    >
    > we have a 2003 std server as a domain controller
    >
    > Lookforware to your replys
    >




Similar Threads

  1. VB development without local admin rights?
    By Bottlenecked in forum Software Development
    Replies: 6
    Last Post: 25-09-2010, 09:02 PM
  2. Granting Domain Users Local Admin Rights
    By Jasonholt in forum Windows Security
    Replies: 2
    Last Post: 22-04-2009, 10:29 PM
  3. change local administrator rights to a user rights
    By savvasn in forum Active Directory
    Replies: 3
    Last Post: 12-12-2008, 07:09 PM
  4. Granting local admin rights on domain controller
    By Micka in forum Active Directory
    Replies: 5
    Last Post: 04-11-2008, 07:08 PM
  5. CMD? Admin rights?
    By a little confused in forum Vista Help
    Replies: 4
    Last Post: 23-03-2008, 02:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,265,979.15600 seconds with 17 queries