Managed Hardware Assets Not Discovered

Provance.ITAssetManagement.Report.UndiscoveredHardwareAssets (Report)

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportNameManaged Hardware Assets Not Discovered
RDLExpand this section to see a full description of this report.
ReportDescriptionThis report shows the assets that have been entered into the IT Asset Management Pack, but which have not been discovered on the network by Configuration Manager. An asset that has not been discovered refers to a computer hardware asset, which is not link
ReportGeneratedLabelReport Generated
AllParameter(All)
LabelLocationLocation
LabelCostCenterCost Center
LabelOrganizationOrganization
TotalCountLabelTotal Number of Items Reported
LabelStatusLife Cycle Status
LabelMakeModelModel
LabelComputerNameComputer Name
LabelAssignedToAssigned To
LabelAssetTagAsset Tag
LabelSerialNumberSerial Number
LabelLastInventoriedNot Scanned Since
ANo data available.

Source Code:

<Report ID="Provance.ITAssetManagement.Report.UndiscoveredHardwareAssets" Accessibility="Public" Visible="true" Target="HardwareAssetLibrary!Provance.ITAM.HardwareAsset">
<Dependencies>
<Dimension>CoreDW!LocationDim</Dimension>
<Dimension>CoreDW!CostCenterDim</Dimension>
<Dimension>CoreDW!OrganizationDim</Dimension>
<Dimension>HardwareDW!HardwareCatalogDim</Dimension>
<Dimension>HardwareDW!HardwareAssetDim</Dimension>
<Dimension>CoreDW!SystemUserDim</Dimension>
<Dimension>DWBase!ConfigItemDim</Dimension>
<Dimension>DWBase!ComputerDim</Dimension>
<!--<DataWarehouseScript>CoreDW!CommonFunGetComputerTypeIdScript</DataWarehouseScript>-->
<DataWarehouseScript>Provance.ITAssetManagement.Report.ProvanceProc_GetParameterDisplayName.Script</DataWarehouseScript>
<ReportResource>CoreReport!ReportHeaderR.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="3">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.MultiValueParameterEditor">
<ReportParameters>
<ReportParameter name="statusId">
<Prompt>Provance.ServiceManager.Itam.Hardware.Reports!ReportParameter.UndiscoveredHW.HardwareAssetLifeCycleStatus</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="makeModelId">
<Prompt>Provance.ServiceManager.Itam.Hardware.Reports!ReportParameter.UndiscoveredHW.MakeModel</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>HardwareCatalogDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Provance.ServiceManager.Itam.Hardware.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="locationId">
<Prompt>Provance.ServiceManager.Itam.Hardware.Reports!ReportParameter.UndiscoveredHW.Location</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>LocationDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Provance.ServiceManager.Itam.Core.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="costCenterId">
<Prompt>Provance.ServiceManager.Itam.Hardware.Reports!ReportParameter.UndiscoveredHW.ReportCostCenterLabel</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>CostCenterDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Provance.ServiceManager.Itam.Core.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DateTimeValueParameterEditor">
<ReportParameters>
<ReportParameter name="StartDate">
<Prompt>Provance.ServiceManager.Itam.Hardware.Reports!ReportParameter.UndiscoveredHW.DiscoveredDate</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Provance.ITAssetManagement.Report.UndiscoveredHardwareAssets.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="ReportName"/>
<ReportString ID="RDL"/>
<ReportString ID="ReportDescription"/>
<ReportString ID="ReportGeneratedLabel"/>
<!--<ReportString ID="PageLabel" />
<ReportString ID="OfLabel" />-->
<ReportString ID="AllParameter"/>
<ReportString ID="LabelLocation"/>
<ReportString ID="LabelCostCenter"/>
<ReportString ID="LabelOrganization"/>
<ReportString ID="TotalCountLabel"/>
<ReportString ID="LabelStatus"/>
<ReportString ID="LabelMakeModel"/>
<ReportString ID="LabelComputerName"/>
<ReportString ID="LabelAssignedTo"/>
<ReportString ID="LabelAssetTag"/>
<ReportString ID="LabelSerialNumber"/>
<ReportString ID="LabelLastInventoried"/>
<ReportString ID="A"/>
</ReportStrings>
</Report>