Repair UEFI Boot Error Windows Server

Recently, One of our customer’s server had an issue during boot process. Below the steps on how to resolve UEFI Boot issue on Windows Server. You need to insert and boot into Windows Server Disk / ISO and open the command prompt through “Repair Windows” selection. Please be aware to take necessary precaution before attempting … Read more

Configure DHCP failover on Windows Server

DHCP Server

In this time, we will configure the DHCP failover on Windows Server. DHCP Failover is a feature on the Windows DHCP server to ensure the High Availability of DHCP server for the enterprise network. The two servers in a failover relationship share lease information including reservations, scope options, exclusion, policies, and filters.  DHCP Failover Mode DHCP … Read more

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

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

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