loya2him Posted June 15, 2006 Posted June 15, 2006 I am wanting to poll active directory for empty user groups. I have not started any scripting yet, as I don't know where to start. Any ideas?
Moderators SmOke_N Posted June 15, 2006 Moderators Posted June 15, 2006 I am wanting to poll active directory for empty user groups. I have not started any scripting yet, as I don't know where to start. Any ideas?So what did you come up in the search directory when you typed in quotes "user group"? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
nick1967 Posted September 24, 2010 Posted September 24, 2010 Active Directory Plus allows you to list groups dependent any number of members, and then bluk mutate or export the data to txt or excel file, or send the list directly to your printer. It can be downloaded from http://www.vision-it.org.
water Posted September 24, 2010 Posted September 24, 2010 You can download my Active Directory UDF (please see signature) and try the following LDAP query with function _AD_GetObjectsInOU: (&(objectCategory=Group)(!member=*)) My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now