Application Name: DB AD Group Reconciler

Summary

Reconciles "target" AD Groups, DB Groups, or Text Files from "source" AD groups, DB Groups, or SQL Queries. Does not create AD or DB users or modify properties of existing AD or DB users. Target AD or DB groups are not created by this script.

Mechanics

The DBADReconcile.vbs Vbscript is run every hour as a scheduled task on the windows server. It does the following:

User Base

This application is only used by the IT Group of CIO.

User Interfaces

Reconciliations are edited via supr G Microsoft Access Interface. They may be edited directly in the SQL server tables, but this is not recommended because supr G offers additional data associated with DB and AD groups.

Reconcile Configuration Parameters

General

Scheduling

Source Group

Target Group

Exception Records

Code and Configuration Data Location

Code Files

DBADReconcile.vbs VBScript file

SQL Server Tables

ED.Group_Reconciliations configuration for each group reconcile.

ED.Group_Reconcile_Exceptions membership exceptions to target group

ED.Group_Reconcile_Transactions log of executed group reconciles

Configuration Files

Xslt files are used when target is a text file. These are generally kept in same folder as vbscript file. Their location for a given reconcile is specified in the ED.Group_Reconciliations table.

Server Configuration

Must be scheduled as task on a server.

Text Only Version Text Mostly Version Outline Version