Query Active Directory Without Writing a Script

Costas

Administrator
Staff member
running this from the dos prompt
JavaScript:
Rundll32 dsquery.dll OpenQueryWindow
will bring the Active Directory query window. Select the first user, use shift and select the last user > right click.


Find name of Active Directory domain controller
JavaScript:
//src - https://serverfault.com/a/718663
nltest /dclist:domainname
replace 'domainname' with your domain

Domain can be found under CPanel > System > Workgroup Settings



Making Active Directory jQuery-easy
https://github.com/dthree/ad/


SysExporter v1.75 - Export data from Windows controls
http://www.nirsoft.net/utils/sysexp.html
 
Top