
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2014 05:43 PM
I am trying to run the Unauthorised Administrators report and keep getting the error shown below, whether run on the server directly or on a workstation.
How can I run this report as we know it will generate a very high number of admin accounts we need to clear down.
How can I run this report as we know it will generate a very high number of admin accounts we need to clear down.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2014 12:43 PM
You could edit the report and:
- Double-click on tblOperatingsystem in the table list on the right to add the table to your report.
- In the visual representation of the report in the upper section of the report builder, tick the Caption field in tblOperatingsystem.
- Add the following to the Critera column for the tblOperatingsystem.Caption expression, replacing "Windows 7" with the OS of your choice.
- Double-click on tblOperatingsystem in the table list on the right to add the table to your report.
- In the visual representation of the report in the upper section of the report builder, tick the Caption field in tblOperatingsystem.
- Add the following to the Critera column for the tblOperatingsystem.Caption expression, replacing "Windows 7" with the OS of your choice.
Like '%Windows 7%'
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2014 12:43 PM
You could edit the report and:
- Double-click on tblOperatingsystem in the table list on the right to add the table to your report.
- In the visual representation of the report in the upper section of the report builder, tick the Caption field in tblOperatingsystem.
- Add the following to the Critera column for the tblOperatingsystem.Caption expression, replacing "Windows 7" with the OS of your choice.
- Double-click on tblOperatingsystem in the table list on the right to add the table to your report.
- In the visual representation of the report in the upper section of the report builder, tick the Caption field in tblOperatingsystem.
- Add the following to the Critera column for the tblOperatingsystem.Caption expression, replacing "Windows 7" with the OS of your choice.
Like '%Windows 7%'

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2014 01:50 PM
Many thanks - all of our PCs are under one domain, so I think the easiest way maybe to breakdown between Windows 7 and XP based machines (although the Win 7 accounts for more and more of the estate everyday)
We have around 150 subnets so that is not the easiest method either.
This used to work on the test box with more machines catalogued than the current server for some reason.
We have around 150 subnets so that is not the easiest method either.
This used to work on the test box with more machines catalogued than the current server for some reason.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2014 08:20 PM
You could edit the report directly under Reports/View All Reports and limit it to (for instance) machines within a specific domain or IP range, to prevent the report from timing out. To limit the report to machines within a specific domain, add the following to the Criteria column for the tblAssets.Domain expression:
= 'your NetBIOS domain name'
