Hyper-v Manager

Manbi Angurala 0 Reputation points
2024-04-29T21:03:52.0833333+00:00

Hi,

I am trying to assess Hyper-V server from w10machine via Hyper-V manager.
When I connect my server with Administrator account , it gets connected. But when I try to connect with Hyper-V Administrator account then its showing me error.

I wanna manage my Hyper-V server with non-Admin account.
Please help me with that.

Thank you

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,566 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 13,175 Reputation points MVP
    2024-04-29T23:36:26.4633333+00:00

    Follow https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts

    As per this article, "This lets you connect to the Hyper-V host when you're not running on the local computer as a user that's a member of either the Hyper-V Administrators group or the Administrators group on the Hyper-V host."


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,016 Reputation points Microsoft Vendor
    2024-04-30T03:59:44.6066667+00:00

    Hi Manbi,

    To manage Hyper-V Server from a Windows 10 machine using Hyper-V Manager with a non-administrator account, you need to ensure that the non-administrator account has the necessary permissions on both the Hyper-V Server and the Windows 10 machine.

    1. On the Hyper-V Server, add the non-administrator account to the local "Hyper-V Administrators" group. This group provides the necessary permissions to manage Hyper-V.
    2. Open Server Manager on the Hyper-V Server.
    3. Go to "Local Server" > "Tools" > "Computer Management" > "Local Users and Groups" > "Groups."
    4. Double-click on "Hyper-V Administrators" group.
    5. Click "Add" and then add the non-administrator account to this group.
    6. Ensure that the non-administrator account has permissions for remote management on the Hyper-V Server.
    7. Open PowerShell as an administrator on the Hyper-V Server and run the following command to enable remote management:

    Enable-PSRemoting -Force

    Please refer to the following doc:

    Remotely manage Hyper-V hosts | Microsoft Learn

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.