Jump to content

Active Directory scripts


water
 Share

Recommended Posts

I've received a lot of support from this forum. I would like to return a little bit and if someone is interested share some of my Active Directory scripts.

The programs and docus are written in german. I would prepare them for english users if anyone is interested.

So far I've written 4 scripts for our support team and key accounts.

ADQU - Active Directory Query User:

You can select users by Name, Department or Initials. When you select a user all groups where he is a member of are displayed. When you select one of this groups all members of the group are displayed.

Different access levels are granted to 3 groups (IT - can query all users, key account - can query users of the same department, ordinary users - can only query himself)

ADQG - Active Directory Query Groups:

You can select groups by Name or Dataowner (info-field). When you select a group all members of the group are displayed.

ADCU - Active Directory Compare Users:

Lets you compare two users and show groups that only the left, right or both users are members of.

ADCG - Active Directory Compare Groups:

Lets you compare two groups and show all members that only the left, right or both groups are members of.

In all scripts you can filter the records, export them to excel, email or the clipboard. A right click on an item will give you all details.

Kind regards

Thomas

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

Hi gesller,

app? code?

It's company dependant and written in german. Would that be OK for you for the moment? Otherwise it would take some time to translate to english.

Thomas

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

Here you are.

To get access to the full functionality you have to make sure that the line (#130 in ADQU)

If StringLeft($sOrgeinheitEX, 6) = "IK INS" Or @UserName = "ADT" Or @UserName = "MCH" Then
returns TRUE.

You also have to change the following line to the root of your Active Directory

$ou = "DC=microsoft,DC=com"             ; Root des AD

You need the Adfunctions.au3 UDF which can be found at

http://www.autoitscript.com/forum/index.php?showtopic=37378 or http://www.autoitscript.com/forum/index.ph...st&id=22018

If you can tell me which of this programs is of most use for you I will be glad to translate them and make them company independant.

Good luck

Thomas

<21.02.2010: I deleted the attachement because I ran out of space. If you need the script please drop me a note>

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...