How to Create a Nano Server Image

Nano Server was a new install option that Microsoft introduced with Windows Server 2016. Nano Server was meant to provide Windows Server customers the ability to run Windows Server stripped down to its smallest footprint. There are some ways to create the Nano server Image. First, we can create it using Nano Server Image Builder. … Read more

Install Windows Admin Center (Honolulu) on Windows 10 Step by step

As you may know, Microsoft has launched a browser-based management toolset that lets you manage your Windows Servers with no Azure or cloud dependency named Windows Admin Center (WAC). Windows Admin Center gives you full control over all aspects of your server infrastructure and is particularly useful for managing servers on private networks that are … Read more

Configure NTP Server setting on Windows Server

Beginning with Windows 2000, Microsoft includes the Windows Time Service with all versions of Windows. Initially, the purpose of Windows Time Service was to keep all clocks on the Windows network loosely synchronized to support Kerberos authentication, which is time-sensitive to a degree. Windows Time Service is also known as “w32time”, and can be configured … Read more

Enable address conflict detection on Windows DHCP Server

DHCP Server

IPv4 address conflicts are a common cause of problems with DHCP. No two computers on the network can have the same unicast IP address. If a computer is assigned the same unicast IPv4 address as another, one or both of the computers might become disconnected from the network. In this article, we will enable address … Read more

Setting up Active Directory in Windows Server 2016 part 1

Active Directory

What is new in Active Directory? Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. A server running Active Directory Domain Services (AD DS) is called a domain controller. It authenticates and authorizes all … Read more

Windows 10 Insider Preview Build 17713 is ready

windows 10 insider

Microsoft has released Windows 10 Insider Preview Build 17713 (RS5) at July 11, 2018, to Windows Insiders in the Fast ring. What’s new in Build 17713 Microsoft Edge Improvements As you know Microsoft Edge is a web browser included in Windows 10, Windows 10 Mobile and Xbox One, replacing Internet Explorer as the default web … Read more

Migrating an existing DHCP Server to another server

This article will provide the information on How to migrate an existing DHCP server to another DHCP server. Using NETSH command Log in to the DHCP server that you want to migrate and open Command Prompt with elevated permission. Run the following command on the Command Prompt. netsh dhcp server export c:\dhcp.txt all You can … Read more

The Certificate Stores could not be enumerated – Remote Certificates – MMC

Today, I got an error “The certificate stores could not be enumerated. The network path was not found” while accessing the MMC-Certificate remotely.   After further checking, this error message according to stopped/disabled Remote Registry Service on your remote server. To resolve this issue, you can start the “Remote Registry service”   After the “Remote … Read more

Configure iSCSI Initiator to connect to the iSCSI Server

In the last article, I’ve shown you how to create an iSCSI target in Windows Server 2016. Now, I will continue to configure the client to connect to the iSCSI server using iSCSI initiator. This time, I’m using Windows 10 as my client and Windows 2016 for the iSCSI target server. Below is the detail of … Read more