Server Custom Configuration Report

Report.CustomConfiguration.SMS_Server (LinkedReport)

This report is a basic custom configuration report containing properties for a ConfigMgr Server or group of ConfigMgr Servers

Knowledge Base article:

Summary

How does this report work?

This configuration report displays these ConfigMgr Server discovered properties:

Configuration

The report can be defined using the following parameters:

Date/Time Selection: allows you to define a reporting time period using relative or fixed dates.

Object List: The report finds data if the object specified is of the type:

Element properties:

BaseMicrosoft.SystemCenter.DataWarehouse.Report.CustomConfiguration
TargetMECM.Server
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="Report.CustomConfiguration.SMS_Server" Accessibility="Public" Base="MSCDWRL!Microsoft.SystemCenter.DataWarehouse.Report.CustomConfiguration" Visible="true" Target="MECM.Server">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="4">
<Controls>
<Control columnSpan="1" rowSpan="2" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control rowSpan="2" columnSpan="2" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.MonitoringObjectXmlPicker">
<ReportParameters>
<ReportParameter name="ObjectList">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.ObjectList</Prompt>
</ReportParameter>
<ReportParameter name="ManagementGroupId" binding="GroupList"/>
</ReportParameters>
<Properties>
<Property name="ContextObjectBinding">
<Value>Containment</Value>
</Property>
<Property name="TypeFilter">
<Value>MECM.Server</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<Parameters>
<Parameter Name="Properties">
<Value>
&lt;Data&gt;
&lt;Columns&gt;
&lt;Column Visible ="true"&gt;
&lt;ID&gt;$MPElement[Name="MECM.Server"]/Version$&lt;/ID&gt;
&lt;/Column&gt;
&lt;Column Visible ="true"&gt;
&lt;ID&gt;$MPElement[Name="MECM.Server"]/SiteCode$&lt;/ID&gt;
&lt;/Column&gt;
&lt;/Columns&gt;
&lt;/Data&gt;</Value>
</Parameter>
</Parameters>
</LinkedReport>