Microsoft.Windows.ComputerWindows-számítógép

Microsoft.Windows.Computer (ClassType)

A Windows operációs rendszert futtató számítógépek alapszintű tulajdonságainak meghatározása

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
Microsoft.Windows.Computer:
PrincipalName  string  Egyszerű név A számítógép egyszerű neve. true 256  False     
DNSName  string  DNS-név A számítógép teljes tartományneve. false 256  False     
NetbiosComputerName  string  NetBIOS-számítógépnév A számítógép NetBIOS-neve. false 256  False     
NetbiosDomainName  string  NetBIOS-tartománynév A számítógép NetBIOS-tartományneve. false 256  False     
IPAddress  string  IP-cím A számítógép IP-címe. false 256  False     
NetworkName  string  Hálózati név A számítógép hálózati neve. false 256  False     
ActiveDirectoryObjectSid  string  Active Directory SID A számítógép AD-beli biztonsági azonosítója. false 256  False     
IsVirtualMachine  bool  Virtuális gép Virtuális gép false 256       
DomainDnsName  string  DNS-tartománynév DNS-tartománynév false 256  False     
OrganizationalUnit  string  Szervezeti egység Szervezeti egység false 256  False     
ForestDnsName  string  DNS-erdő neve DNS-erdő neve false 256  False     
ActiveDirectorySite  string  Active Directory-telephely Active Directory-telephely false 256  False     
LogicalProcessors  int  Logikai processzorok Logikai processzorok false 256       
PhysicalProcessors  int  Fizikai processzorok Fizikai processzorok false 256       
HostServerName  string  Futtató kiszolgáló neve A gépet futtató kiszolgáló neve false 256  False     
VirtualMachineName  string  Virtuális gép neve A virtuális gép neve false 256  False     
OffsetInMinuteFromGreenwichTime  int  Eltérés (perc) a greenwichi időtől Eltérés (perc) a greenwichi időtől false 256       
LastInventoryDate  datetime  Utolsó leltár dátuma Utolsó leltár dátuma 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>