Year: 2018

How the Computers Locate a Domain Controller on the Network

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 […]

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 […]

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 […]

“No Remote Desktop License Servers available” while RDP to Windows Server

When you trying to connect to the Windows Server Remote Desktop Session Host (RDSH), you may encounter the following error message:  The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license. Please contact the server administrator. This issue appears because the server fails to contact the licensing […]

Get Windows OS version on Specific OU using PowerShell

Getting the Windows OS Version on specific OU is very useful for System Administrator. For example for the upgrade plan or system architecture plan.  Before we continue, you have to import the Active Directory Module for Windows PowerShell with the following command: Import-Module activedirectory For your information, In PowerShell 3.0 and above, this module is imported by […]

Get Hyper-V Data Exchange Service (Key Value Pair)

What is Hyper-V Data Exchange Service (KVP) Hyper-V Data Exchange Service is one of the Integration Services on Hyper-V that provides a mechanism to exchange basic metadata between the virtual machine and the host.  The data exchange service (KVP) shares small amounts of machine information between Virtual Machine and the Hyper-V host using key-value pairs (KVP) […]

Back To Top