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

Receiving Error 55 when running net statistics server command

PowerShell

Q: I got “System Error 55” when ran “net statistics server” command A. Disabling / Removing SMB1 may be caused by this issue. You can verify if SMB1 is installed or not by running the following PowerShell command. Get-WindowsFeature -Name FS-SMB1 If the issue still persist after installing/enabling SMB1, you could check troubleshooting steps from this link for your reference.

Windows Computer Boot Sequence

To troubleshoot windows computer boot problems, you need to determine in which phase the computer gets the issue. Below is the phase of the Windows Computer boots in sequence. 1. PreBoot The PC’s firmware initiates a Power-On Self Test (POST) and loads firmware settings. This pre-boot process ends when a valid system disk is detected. … Read more

How the Computers Locate a Domain Controller on the Network

Active Directory

This article will describe how the domain computer member locate a domain controller. Basically, the first step requires a Domain Name System (DNS) server, which contains records for each domain controller in the domain. When the computer starts, the NetLogon service will also start automaticaly (on Default configuration). This service will run DsGetDcName application programming … Read more

Happy New Year 2019

Greetings from MSNOOB Team! The last day of this year (2018) is here! Happy new year to you all. We hope you celebrated the start of 2019 in good spirits with family and friends. Now that we’re a going in to the new year, This year (2018) is a great year for us. On this … Read more

How to resolve “The trust relationship between this workstation and the primary domain failed”

Sometimes, you receive the alert “The trust relationship between this workstation and primary domain failed” when you login to the computer that joined to the domain. There are many ways to resolve this issue. Through this article, I will show you how to resolve this issue using PowerShell command. Step 1. Login to the problematic … Read more

Dell OpenManage Server Administrator E-mail Alerts

OpenManage Server Administrator (OMSA) is a software agent that provides a comprehensive, one-to-one systems management solution in two ways: from an integrated, Web browser-based graphical user interface (GUI) and from a command line interface (CLI) through the operating system. OMSA is designed so that system administrators can manage server systems both locally and remotely on … Read more