Sunday, April 05, 2015

Get domain roles from the command line

c:\> netdom query /domain:myad.test.local fsmo

This can be used to get the PDC (Primary Domain Controller) emulator on AD environments.

Links:
http://serverfault.com/questions/174745/what-is-reliable-way-of-getting-name-of-primary-domain-controller


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...