Audit Policies by Organizational Unit for v2.5.1

A new custom report has been created to show audit policies for the computes in the selected organizational unit. 

Instructions to use this report are as follows:

1. Run AD and Computer Discoveries.

2. Unzip and import the attached report in the Report Manager.

3. On Enterprise Reporter database run the following SQL statement:

INSERT INTO dbo.tblCustomQueryParameters
VALUES('OU', 'Full Canonical Name', 'Declare @UserSupplied nvarchar(255) Select CanonicalName From tblDomainOU WHERE CanonicalName like @UserSupplied ORDER BY 1 ASC')

4. In Report Manager supply the parameters and run the report.

 

Version Supported: 2.5.1

Anonymous