Sunday, April 05, 2015

Get PDC domain controller name using nltest

c:\> nltest /dcname:myad
Note using myad(NetBios) instead of FQDN.

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...