Deprecated: Use of MediaWiki\Parser\ParserOutput::addJsConfigVars was deprecated in MediaWiki 1.38. [Called from DisplayComments::getParserHandler in /var/www/clients/client0/web58/web/extensions/Comments/includes/parser/DisplayComments.php at line 29] in /var/www/clients/client0/web58/web/includes/debug/MWDebug.php on line 385
Windows Domänencontroller per nslookup finden – testznilwiki
 Aktionen

Windows Domänencontroller per nslookup finden

Aus testznilwiki

Keinen Zugriff auf das Active Directory - aber man müsste mal wissen welche Domänencontroller es gibt?

Nehmen wir doch nslookup!

In diesem Beispiel heisst die Domäne

testdomain.local

der Aufruf von nslookup dazu wäre:

nslookup -type=srv _ldap._tcp.dc._msdcs.testdomain.local



In der Praxis sieht das dann z.B. so aus:

C:\Windows\system32\cmd.exe

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Blinz> nslookup -type=srv _ldap._tcp.dc._msdcs.testdomain.local

Server: dc03.testdomain.local
Address: 192.168.178.3

_ldap._tcp.dc._msdcs.testdomain.local SRV service location:

priority = 0
weight = 100
port = 389
svr hostname = dc02.testdomain.local

_ldap._tcp.dc._msdcs.testdomain.local SRV service location:

priority = 0
weight = 100
port = 389
svr hostname = dc03.testdomain.local

dc02.testdomain.local internet address = 192.168.178.2
dc03.testdomain.local internet address = 192.168.178.3

C:\Users\BLinz>_



--Bernhard Linz 10:24, 12. Mär. 2014 (CET)


Loading comments...