How to configure hyper-v server core to use WSUS

Tutek 716 Reputation points
2021-04-13T07:47:32.087+00:00

Hi,
I have WSUS on network, how could I configure hyper-v server without GUI to use this WSUS using SSL (need to install certificate)?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,183 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,550 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Chris Martens 6 Reputation points
    2021-05-31T17:04:40.75+00:00

    First of all, make sure you can remotely manage the hyper-v server from another machine. Once you have this set up, you can use the MMC and add the Certificates snap-in for the Hyper-v server object. You can then import the CA certificate to the trusted root certificates store.

    Oddly enough, I came here in my search for this exact same answer, and out of all the different blogs, forums, etc... discussing it, none have mentioned this method. It was while doing the searching that it dawned on me that you can use MMC to access a remote system's certificate stores.

    1 person found this answer helpful.
    0 comments No comments

  2. fzb 106 Reputation points
    2021-04-13T08:37:01.593+00:00

    cert import you can do with powershell (see here)

    wsus settings id make a gpo (example here)

    0 comments No comments

  3. Tutek 716 Reputation points
    2021-04-13T08:54:16.227+00:00

    hyper-v server is standalone, cannot apply any gpo to it

    0 comments No comments

  4. Rita Hu -MSFT 9,626 Reputation points
    2021-04-14T02:12:17.197+00:00

    Hello,

    We could point the hyper-v server to the WSUS server by registry. Here is a related link for your reference:
    https://ais.its.psu.edu/services/wsus/wsus-client-configuration/

    Note that this is a link not come from Microsoft.

    Thanks for your time.

    Regards,
    Rita


    If the response 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

  5. Tutek 716 Reputation points
    2021-04-14T12:33:01.037+00:00

    I know that non-domain computers must be configured using reg files, I have already these files.
    But how to apply this reg file on hyper-v server core without GUI?