Sunday, April 05, 2015

Get domain controllers from the command line using nltest

c:\> nltest /dclist:myad.test.local
This will return list of domain controllers for myad.test.local domain.

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...