Skip to content

2lambda123/ADTV

Repository files navigation

ADTV

Active Directory Toplogy Visualizer

Joseph Ryan Ries - 2023

Currently early alpha work in progress!

This app is designed to discover the sites, domain controllers, replication connections, etc., in your Active Directory environment and display them in a visual way.

This is all from-scratch in C. No engines, no libraries, no dependencies. Should run anywhere on anything with Windows on it. (Even Server Core!)

If your system is domain joined, you should be able to just start the app and it will automatically locate a DC for you and begin discovery on its own.

If your system is not domain joined or hybrid AAD joined or you just need to specify an alternate DC for some reason, use the DomainController registry setting.

Registry Settings:

HKCU\SOFTWARE\ADTV =>

  • LogLevel (DWORD) 0-4

If 0 or not present, nothing is logged. 1 = log errors only. 2 = log warnings and errors. 3 = log everything.

  • ResolutionIndex (DWORD) 0-17

If 0 or not present, resolution will be detected automatically. All other values indicate other render resolutions.

  • FontFace (String)

If not present, the default font of Consolas is used.

  • DomainController (String)

If not present, a domain controller to use for discovery will be located automatically.

screenshot1

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages