Skip to main content

Microsoft: What is SRV Records

A quick tip to verify the SRV records of the Active Directory

SRV records play an important role for domain controllers in the Active Directory domain. It is not possible for a client computer, for a service, and for an application to know the location of a domain controller without the SRV records. Client computers (Winlogon Service) always query DNS Server to find the IP Address of the domain controller. You can follow the simple steps to ensure SRV records of a domain controller are registered in the DNS Server:

Method 1: Using NSLOOKUP Command
Steps:
Open Command Prompt
Type NSLOOKUP and hit enter
Type Set Type=all and press enter

At NSLOOKUP prompt, type _LDAP._TCP.DC.MSDCS.Domain_Name.com and hit enter.
The above query to the DNS Server will return all the domain controllers in the domain name Domain_Name.com.

Method 2: Using Ping Command:
You can also use the Ping Utility to verify the existence of a host or SRV Record in DNS Server. You need to know the exact location of the SRV records. As an example, if you ping the above SRV record, the ping will return the IP Address for one of the domain controllers in the domain.

Popular posts from this blog

How to Become a Pilot

How to Become a Pilot Piloting an aircraft is something many of us dream about - far less actually pursue that dream. What many do not realize is that flying is not an exclusive skill only achieved by the more gifted. With a bit of planning and determination this dream could come true for almost all of us - from any walk of life. Start realizing your dream Best Aviation has more than 1,100 schools in the directory; almost 900 of them are located in the US. As you can see, the US is the #1 country in the world when it comes to producing pilots. And with a long legacy of famous aviation pioneers like the Wright brothers, Charles Lindberg, and Emilia Earhart - no other country can match what the US has done for aviation.

Microsoft: Windows 2008 R2 Remote Desktop Service (RDS)

Windows 2008 R2 Remote Desktop Service The Remote Desktop Service (RDS) on windows 2008 server R2 were tested and implemented successfully; Required Parameters: Priority Host Farm requires xx numbers of windows 2008 R2 64bit server. If the Server are installing on ESX Host, Host must support 64bit OS, All HOST Farm Servers are in Same Subnet Networking. All the host Farm servers are belongs to Domain with Admin access policies Users Groups are defined for HOST FARM to access App from Intranet & Internet The Windows Server 2008 R2 Remote Desktop Services (RDS) architecture consists of the following components: Active Directory Domain controller RD Session Host (RDSH) Server RD Connection Broker (RDCB) Server RD Web Access server RD Gateway server RD Licensing Active Directory Domain Deployment Scenario: On deploying windows 2008 R2 RDS, we need integrated with the active directory that include the groups policy setting and all the Remote Desktop users Roles w...