Microsoft.Windows.ComputerWindows-tietokone

Microsoft.Windows.Computer (ClassType)

Määrittää Windows-käyttöjärjestelmää käyttävien tietokoneiden perusominaisuudet

Element properties:

Base ClassSystem.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6ba653cf-b8d8-1ef7-8b6e-8f87e6fe660b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektin tila Objektin tila false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Omaisuuden tila Omaisuuden tila false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Huomautukset Huomautukset false 4000       
Microsoft.Windows.Computer:
PrincipalName  string  Täydellinen nimi Tämän tietokoneen täydellinen nimi. true 256  False     
DNSName  string  DNS-nimi Tämän tietokoneen täydellinen toimialuenimi. false 256  False     
NetbiosComputerName  string  Tietokoneen NetBIOS-nimi Tämän tietokoneen NetBIOS-nimi. false 256  False     
NetbiosDomainName  string  NetBIOS-toimialuenimi Tämän tietokoneen NetBIOS-toimialuenimi. false 256  False     
IPAddress  string  IP-osoite Tämän tietokoneen IP-osoite. false 256  False     
NetworkName  string  Verkkonimi Tämän tietokoneen verkkonimi false 256  False     
ActiveDirectoryObjectSid  string  Active Directory SID Tämän tietokoneen Active Directory -tietoturvatunnus false 256  False     
IsVirtualMachine  bool  Näennäiskone Näennäiskone false 256       
DomainDnsName  string  DNS-toimialuenimi DNS-toimialuenimi false 256  False     
OrganizationalUnit  string  Organisaatioyksikkö Organisaatioyksikkö false 256  False     
ForestDnsName  string  DNS-toimialuepuuryhmän nimi DNS-toimialuepuuryhmän nimi false 256  False     
ActiveDirectorySite  string  Active Directory -palvelin Active Directory -palvelin false 256  False     
LogicalProcessors  int  Loogiset suorittimet Loogiset suorittimet false 256       
PhysicalProcessors  int  Fyysiset suorittimet Fyysiset suorittimet false 256       
HostServerName  string  Isäntäpalvelimen nimi Tätä konetta isännöivän isäntäpalvelimen nimi false 256  False     
VirtualMachineName  string  Näennäiskoneen nimi Tämän näennäiskoneen nimi false 256  False     
OffsetInMinuteFromGreenwichTime  int  Poikkeama Greenwichin ajasta minuutteina Poikkeama Greenwichin ajasta minuutteina false 256       
LastInventoryDate  datetime  Edellinen inventointipäivä Edellinen inventointipäivä false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Computer" Base="System!System.Computer" Accessibility="Public" Hosted="false" Abstract="false">
<!-- principal name identifies the computer uniquely in an enterprise. principal name is the AD Name of the computer in AD environments,
open issue, what is authentication name in non-AD environment. Is it netbiosdomain/netbios machine name? Is it DNS name? or Is it IP Address? -->
<Property ID="PrincipalName" Type="string" Key="true" CaseSensitive="false"/>
<Property ID="DNSName" Type="string"/>
<Property ID="NetbiosComputerName" Type="string"/>
<Property ID="NetbiosDomainName" Type="string"/>
<Property ID="IPAddress" Type="string"/>
<!-- network name should be used to connect to the machine using IP protocols. This will be set to DNS name if available, or Netbios Name or IPAddress -->
<Property ID="NetworkName" Type="string"/>
<Property ID="ActiveDirectoryObjectSid" Type="string"/>
<Property ID="IsVirtualMachine" Type="bool"/>
<Property ID="DomainDnsName" Type="string"/>
<Property ID="OrganizationalUnit" Type="string"/>
<Property ID="ForestDnsName" Type="string"/>
<Property ID="ActiveDirectorySite" Type="string"/>
<Property ID="LogicalProcessors" Type="int"/>
<Property ID="PhysicalProcessors" Type="int"/>
<Property ID="HostServerName" Type="string"/>
<Property ID="VirtualMachineName" Type="string"/>
<Property ID="OffsetInMinuteFromGreenwichTime" Type="int"/>
<Property ID="LastInventoryDate" Type="datetime"/>
</ClassType>