Administrator IIS

Alessandro Volpato 41 Reputation points
2022-11-24T14:07:28.03+00:00

Hello,
I need to create a non-administrative domain user who has the ability to connect to RDP and manage IIS how can I do?
the non-administrator user must be able to create and edit sites
Thank you

Internet Information Services
0 comments No comments
{count} votes

Accepted answer
  1. Yurong Dai-MSFT 2,791 Reputation points Microsoft Vendor
    2022-11-25T06:10:53+00:00

    Hi @Alessandro Volpato ,

    If you want to remotely manage IIS with a non-administrative domain user, please add the user to IIS Manager Permissions: Double-click "IIS Manager Permissions" > Click "Allow User" > Add your domain or local user. Then go to "IIS Manager > Management Service" and enable it. After making this change, you can open IIS Manager in another server and add this server as a new connection.

    Please refer to this blog: https://techcommunity.microsoft.com/t5/iis-support-blog/manage-iis-locally-with-a-non-admin-account/ba-p/1006358


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,
    Yurong Dai

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dillon Silzer 54,751 Reputation points
    2022-11-25T03:17:48.363+00:00

    Hi @Alessandro Volpato

    What you are going to want to do is turn on Remote Administration:

    Remote Administration for IIS Manager

    https://learn.microsoft.com/en-us/iis/manage/remote-administration/remote-administration-for-iis-manager

    Configuring Remote Administration and Feature Delegation in IIS 7

    https://learn.microsoft.com/en-us/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7

    After you have configured IIS Manager on the server side you can download the client:

    IIS Manager for Remote Administration 1.2

    https://www.microsoft.com/en-us/download/details.aspx?id=41177

    ----------------------------------------------

    If this is helpful please accept answer.

    0 comments No comments