What kind of rights that can be given to a user?

Frédéric Giguère 46 Reputation points
2020-10-07T13:03:24.127+00:00

Hi everybody

When we create a new user in AD, by default, it has only user rights. One of the consequence is that they cannot have the rights to install new software. I was wondering how I could modify temporarily the rights that a user have so that he can install software. GPO should not be used in that process since they do not work well through the VPN.

Thank you

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,442 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Leon Laude 85,781 Reputation points
    2020-10-07T13:11:55.457+00:00

    HI @Frédéric Giguère ,

    If you don't want to use Group Policies (GPO), then you could simply give the users temporary local administrator rights on their computer, and once the users are done with the installations, remove the local administrator rights, this can also be automated with scripts.

    Similar discussion over here:
    https://community.spiceworks.com/topic/99721-temporary-right-to-install-software

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

  2. Frédéric Giguère 46 Reputation points
    2020-10-07T15:00:26.017+00:00

    Thanks for the reply @Leon Laude .

    How can I provide temporary local admin rights to specific users without using GPO's? The thread that's been submitted talks of using GPO.

    Best regards
    Fred


  3. Frédéric Giguère 46 Reputation points
    2020-10-07T16:56:39.793+00:00

    OK got it thanks

    It is really useful indeed but is there a way to use powershell to specify that an AD account have admin rights?

    That thread does not show that.


  4. Frédéric Giguère 46 Reputation points
    2020-10-07T18:25:15.363+00:00

    My need is to have one single AD account with local admin rights.

    The reason is that we want our users to install Office 365 on their computer and it requires local admin authentication.

    I've created a GPO to do that but I found out that VPN and GPO do not work well together. Because of the COVID we have now a lot of employees that works from home.

    So let's say that I need only one AD account called Office365. How can I easily give him the rights to be local admin without go as far as domain admin? Is there a way to do that without having to learn powershell? That would be really nice.

    Thanks

    0 comments No comments

  5. Hannah Xiong 6,276 Reputation points
    2020-10-08T02:32:59.647+00:00

    Hello @Frédéric Giguère ,

    Thank you so much for posting here.

    As far as I understand, we could do it on the PC locally. Sign in as local admin or domain admin and search lusrmgr.msc.
    Open Local Users and Groups

    Choose Groups

    Choose administrators

    Add the user there

    30841-1.png

    30767-2.png

    Hope the information is helpful. For any question, please feel free to contact us.

    Best regards,
    Hannah Xiong

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.