Creating Reports
Reports enable you to monitor different aspects of the WSUS network: updates, client computers, and downstream servers. If a WSUS server has replica servers, you can choose to roll up the replica servers' client status to the upstream server. For details on creating a replica server and status rollup, see Deploying Microsoft Windows Server Updates Services (https://go.microsoft.com/fwlink/?linkid=79983).
You can generate different kinds of update reports from different places in the WSUS administration console.
- General reports on the Reports page: as described below.
- Reports on specific updates: right-click the update (or go to the Actions pane) and choose Status Report.
- Reports on specific computers: right-click the computer (or go to the Actions pane)and choose Status Report.
Hinweis
Generating detailed reports for large numbers of computers and/or updates can be very memory-intensive. Detailed reports are most effective for smaller subsets of your computers or updates. If you need to create a very large report and are concerned about using CPU and memory resources on the WSUS server, you may generate the report from a remote WSUS Administration console.
Using the Reports page
You can generate three kinds of reports, as described in the following table.
Report name | Function |
---|---|
Update Reports | View update status. |
Computer Reports | View computer status. |
Synchronization Reports | View the results of the last synchronization. |
Hinweis
You can run wuauclt /detectnow from the command line on computers that are running WSUS client software (Automatic Updates) in order to start contact between the client computer and WSUS server). This is used primarily to update status for a particular computer. There will be a few minutes' delay between running the command and seeing the results on the WSUS server. After forcing the client to contact the server, you can get its status with an update status report. For more information about wuauclt, see Appendix H: The wuauclt Utility.
To run an update report
In the WSUS administrative console, select the Reports node
In the Reports pane, click Update Status Summary. This will give you an overview update report.
In the Updates Report window you can configure the updates you want to see by classification, product, computer group, or update installation status.
Click Run Report.
Update Status Summary view
The Update Status Summary view contains the elements listed in the following table.
Description of elements displayed in the Update Status Summary view
Column name | Description |
---|---|
Updates Report tree view | The tree listing all the updates in the report. |
Title | The title of the update. |
Description | The description of the update. |
Classification | The classification of the update. |
Products | The products to which the update applies. |
MSRC Severity Rating | Microsoft Security Response Center rating. |
MSRC Number | Microsoft Security Response Center identification number. |
More information | Redirection to the relevant Web site. |
Approval Summary for Computer Group | The listing of groups and approvals. |
Group | The computer group. |
Approval | Approval status (Approved, Not approved, Declined). |
Deadline | The date by which the update must be installed. |
Administrator | The administrative action. |
Components of Synchronization Results Report
Component name | Purpose |
---|---|
Report Options | Shows the start and end dates of the period shown in the report, as well as the date of the report and the server for which the report was made. |
Synchronization Summary | Displays summary information of the numbers of new, revised, and expired updates in each synchronization. |
New Updates | Displays the new updates that have been synchronized to the WSUS server during the report's time period. You can view the properties for each update by clicking the update. An update status report will be generated for that individual report. |
Revised Updates | Displays the revised updates that have been synchronized to the WSUS server during the report's time period. You can view the properties for each update by clicking the update. An update status report will be generated for that individual report. |
Expired Updates | Displays the updates that have been expired during the report's time period.. |
Printing the report
You can print the report in update summary, detailed, or tabular views, depending on how you have formatted the update status report.
To print the update status report
On the Updates Report toolbar, click the printer icon.
In the Print dialog, select your options and click Print.
Exporting the report
You can print the report in its original format, or you can export it to Microsoft Excel or PDF formats.
Wichtig
Exporting a large report can be extremely time consuming. If you are planning to export your report, consider limiting the size of the report to 200 pages or fewer. You can use different filters to reduce the size of the report, or you can choose the tabular format rather than the detailed format to reduce the number of pages to export.
To export a report to Excel or PDF format
Run the report you wish to export.
On the Updates Report toolbar, click the down arrow associated with the save icon.
You will see two options: Excel and Acrobat (PDF) file. Click one of the options.
Extending reports
You can customize WSUS reports in different ways:
- Use the WSUS APIs to create a custom report
- Use WSUS public views to create and extend custom reports
Use WSUS APIs to create custom reports
For more information on WSUS APIs, see the Windows Server Update Services SDK documentation on MSDN (https://go.microsoft.com/fwlink/?LinkId=85713). You can use these APIs to create reports on updates, approvals, installation information, and the like.
Use WSUS public views to create custom reports
For more information on public views, as well as sample queries, see the WSUS SDK conceptual documentation on MSDN (https://go.microsoft.com/fwlink/?LinkId=85715.) If you are using SQL Server 2005 as the WSUS database, you can use the SQL Server 2005 Report Builder to generate custom reports using these views, or you can access the views from the command line. If you are using Windows Internal Database as the WSUS database, you can access it via the command line if you download the Microsoft SQL Server 2005 Command Line Query Utility and the SQL Native Client from Microsoft Download Center (https://go.microsoft.com/fwlink/?LinkId=70728).