Carry out the following steps to install WSUS for VMM:
This step could be skipped if a WSUS server is already deployed in the network. Also, if you plan to use a WSUS server that is already configured with SCCM, make sure that the Allow Update Server Configuration Changes option is unchecked in the WSUS server properties in VMM (Update Server|Properties|General).
- Install a WSUS role (which was covered in Chapter 1, VMM 2016 Architecture). You can use the following PowerShell commands:
PS c:\>Install-WindowsFeature -Name UpdateServices, UpdateServices-Ui
Assuming D:\WSUS is the update content folder:
PS c:\Program ...