Tag: Domain

Windows Server 2016 Updates

Well after quite a few deployments of new Server I noticed that Windows update will throw warring and notification “Your device is scheduled to restart outside of active hours” even do you set it not to do so – it is set do DownloadOnly.

It seems that this is a known bug in the Windows Update Settings UI in which the text does not correctly reflect the configuration of your Windows Update settings. MS Server Team will make fix soon but for now if you don’t want your server to automatically restart this is what you need to check and configure :

Validate your current Update settings using SCONFIG

To determine what updates your machine has already installed, follow these steps:

  • Open a command prompt with Admin permissions.
  • Type sconfig and press Enter.
    • NOTE: There may be a short pause as the tool inspects your system.
  • Option #5 shows the current configuration of your Windows Update settings.

     

Add Nano Server to Domain

This is procedure how to add Nano Server to domain. Basic idea behind this is to do offline join to domain. Before you venture to adding Nano Server to domain you must set network address and adequate DNS record on your DNS server.

Nano server is a headless server which you cant RDP or not a command prompt. For Nano Server management we have to use PowerShell or RSAT tools. So as a first step is to login to other server which stays in the same network and run the PowerShell and execute the following commands.

First add the server to TrustedHost List

Set-Item WSMan:\localhost\Client\TrustedHosts "192.168.2.95" -Concatenate

Powered by WordPress & Theme by Anders Norén