Computer Information Grouped By Organizational Unit (Version 2.5.1)

A new custom report has been created to show the computers in the selected organizational unit. 

Instructions to use this report are as follows:

1. Run AD and Computer Discoveries for the required scopes.

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', 'Canonical Name', 'Declare @UserSupplied nvarchar(255) Select CanonicalName from tblDomainOU where CanonicalName like @UserSupplied ORDER BY 1 ASC')

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

Anonymous