NLtest
This command-line tool helps perform network administrative tasks. You can use NLTest to:- Get a list of domain controllers.
- Force a remote shutdown.
- Query the status of trust.
- Test trust relationships and the state of domain controller replication in a Windows domain.
- Force a user-account database to synchronize on Windows NT version 4.0 or earlier domain controllers.
NLTest Examples
Example 1: Verify DCs in a domainIn this example, the /dclist parameter is used to create a list of domain controllers of the domain fourthcoffee.com
nltest /dclist:fourthcoffee
Example 2: Advanced information about users
In this example, you want to find out detailed information about a certain user. At the command prompt, type:
nltest /user:"TestAdmin"
Example 3: Show trust relationships for a domain
In this example, you want to view the established trust relationships for your domain. At the command prompt, type:
nltest /domain_trusts
No comments:
Post a Comment