Skip to content

Instantly share code, notes, and snippets.

@AdilHindistan
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdilHindistan/3744c1a5d2ae6a92056f to your computer and use it in GitHub Desktop.
Save AdilHindistan/3744c1a5d2ae6a92056f to your computer and use it in GitHub Desktop.
## AH Adil Hindistan Command line
## Lookup Active Directory Domain Controller SRV records in DNS
nslookup -q=srv _ldap_.tcp.dc._msdcs
## lookup KMS SRV record for xyz.org
nslookup -q=srv _vlmcs._tcp.xyz.org
Server: cdc-infoblox-02.xyz.org
Address: 10.11.11.11
_vlmcs._tcp.xyz.org SRV service location:
priority = 0
weight = 0
port = 1688
svr hostname = kmsvm001.xyz.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment