電腦詳細資料

ServiceManager.Report.ConfigurationManagement.ComputerDetail (Report)


此報表提供關於特定電腦的詳細資訊。

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportName電腦詳細資料
ReportDescriptionLabel展開此區段可查看此報表的完整描述。
ReportDescription
此報表提供關於特定電腦的詳細資訊。
ReportGeneratedLabel產生的報表
ComputerIdentitySectionHeader電腦識別
Principalname主要名稱:
Primaryuser主要使用者:
NetBIOScomputernameNetBIOS 電腦名稱:
NetBIOSdomainnameNetBIOS 網域名稱:
IPaddressIP 位址:
MACaddressMAC 位址:
Securityidentifier安全性識別碼 (SID):
ActivedirectorysiteActive Directory 站台:
SMBIOSassettagSMBIOS 資產標籤:
Serialnumber序號:
DNScomputernameDNS 電腦名稱:
DNSdomainnameDNS 網域名稱:
OperatingSystemSectionHeader作業系統
Operatingsystem作業系統:
Buildnumber組建編號:
Manufacturer製造商:
Operatingsystemlanguage作業系統語言:
Installdate安裝日期:
WindowsdirectoryWindows 目錄:
Systemtype系統類型:
Physicalmemory實體記憶體:
Countrycode國碼/地區碼:
Systemdirectory系統目錄:
Logicalprocessors邏輯處理器:
Locale地區設定:
ComputerDetailsSectionHeader電腦詳細資料
Model型號:
Chassistype底座類型:
Currenttimezone目前時區:
Numberofprocessors處理器數目:
Platformtype平台類型:
Industrystandardarchitecture工業標準架構 (ISA):
IsVirtualComputer是否為虛擬電腦
LastInventoryDate上次清查日期

Source Code:

<Report ID="ServiceManager.Report.ConfigurationManagement.ComputerDetail" Accessibility="Public" Target="System!System.Computer" Visible="true">
<Dependencies>
<Dimension>ConfigDW!ConfigurationManagerDeployedComputerDim</Dimension>
<Dimension>DWBase!OperatingSystemDim</Dimension>
<Dimension>DWBase!ComputerDim</Dimension>
<DataWarehouseScript>ServiceManager.Report.ConfigurationManagement.SP.GetComputerDetails.Script</DataWarehouseScript>
<ReportResource>SMReportCommon!Report_Header_Potrait.png</ReportResource>
<ReportResource>SMReportCommon!horizontal_line_gradient.png</ReportResource>
<ReportResource>SMReportCommon!Unchecked.png</ReportResource>
<ReportResource>SMReportCommon!Checked.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="ComputerDimKey">
<Prompt>ServiceManager.ConfigurationManagement.Report.Library!ReportParameter.SelectComputer</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>true</Value>
</Property>
<Property name="DimensionTypeName">
<Value>ComputerDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Microsoft.SystemCenter.Datawarehouse.Base</Value>
</Property>
<Property name="MaxDimensionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.ConfigurationManagement.ComputerDetail.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="ReportName"/>
<ReportString ID="ReportDescriptionLabel"/>
<ReportString ID="ReportDescription"/>
<ReportString ID="ReportGeneratedLabel"/>
<ReportString ID="ComputerIdentitySectionHeader"/>
<ReportString ID="Principalname"/>
<ReportString ID="Primaryuser"/>
<ReportString ID="NetBIOScomputername"/>
<ReportString ID="NetBIOSdomainname"/>
<ReportString ID="IPaddress"/>
<ReportString ID="MACaddress"/>
<ReportString ID="Securityidentifier"/>
<ReportString ID="Activedirectorysite"/>
<ReportString ID="SMBIOSassettag"/>
<ReportString ID="Serialnumber"/>
<ReportString ID="DNScomputername"/>
<ReportString ID="DNSdomainname"/>
<ReportString ID="OperatingSystemSectionHeader"/>
<ReportString ID="Operatingsystem"/>
<ReportString ID="Buildnumber"/>
<ReportString ID="Manufacturer"/>
<ReportString ID="Operatingsystemlanguage"/>
<ReportString ID="Installdate"/>
<ReportString ID="Windowsdirectory"/>
<ReportString ID="Physicalmemory"/>
<ReportString ID="Countrycode"/>
<ReportString ID="Systemdirectory"/>
<ReportString ID="Logicalprocessors"/>
<ReportString ID="Locale"/>
<ReportString ID="ComputerDetailsSectionHeader"/>
<ReportString ID="Model"/>
<ReportString ID="Chassistype"/>
<ReportString ID="Systemtype"/>
<ReportString ID="Currenttimezone"/>
<ReportString ID="Numberofprocessors"/>
<ReportString ID="Platformtype"/>
<ReportString ID="Industrystandardarchitecture"/>
<ReportString ID="IsVirtualComputer"/>
<ReportString ID="LastInventoryDate"/>
</ReportStrings>
</Report>