Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

exorcistas/autoit-adsysteminfo-udf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ADSystemInfo UDF

Table of Contents

About

This UDF is an AutoIt wrapper for 'Active Directory' (AD) automation.
It allows to retrieve general information about the user in AD.
Note, that not all functionality might be mapped or updated in current published version.

Prerequisites

LDAP must be setup in organization and information accessible to user.

Installation

  1. Update global const values to match organization settings.
  2. Copy .au3 files to your development directory and use #include to point to these files in the source code.

Documentation