Microsoft.Windows.Server.ComputerWindows Server

Microsoft.Windows.Server.Computer (ClassType)

Defines the basic properties of computers running Windows Server operating systems

Element properties:

Base ClassMicrosoft.Windows.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1dc82813-6a15-4371-10ef-83875fc5acda

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.Windows.Computer:
PrincipalName  string  Principal Name The principal name of this Computer. true 256  False 
DNSName  string  DNS Name The fully qualified domain name of this computer. false 256  False 
NetbiosComputerName  string  NetBIOS Computer Name The NetBIOS name for this computer. false 256  False 
NetbiosDomainName  string  NetBIOS Domain Name The NetBIOS domain name for this computer. false 256  False 
IPAddress  string  IP Address The IP address for this computer. false 256  False 
NetworkName  string  Network Name The network name for this computer false 256  False 
ActiveDirectoryObjectSid  string  Active Directory SID The AD Security Identifier for this computer false 256  False 
IsVirtualMachine  bool  Virtual Machine Virtual Machine false 256   
DomainDnsName  string  DNS Domain Name DNS Domain Name false 256  False 
OrganizationalUnit  string  Organizational Unit Organizational Unit false 256  False 
ForestDnsName  string  DNS Forest Name DNS Forest Name false 256  False 
ActiveDirectorySite  string  Active Directory Site Active Directory Site false 256  False 
LogicalProcessors  int  Logical Processors Logical Processors false 256   
PhysicalProcessors  int  Physical Processors Physical Processors false 256   
HostServerName  string  Host Server Name Name of the host server which hosts this machine false 256  False 
VirtualMachineName  string  Virtual Machine Name Name of this virtual machine false 256  False 
OffsetInMinuteFromGreenwichTime  int  Offset In Minutes From Greenwich Time Offset In Minutes From Greenwich Time false 256   
LastInventoryDate  datetime  Last Inventory Date Last Inventory Date false 256   
Microsoft.Windows.Server.Computer:
IsVirtualNode  bool  Is Virtual Node Is Virtual Node false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.Computer" Base="Microsoft.Windows.Computer" Accessibility="Public" Hosted="false" Abstract="false">
<Property ID="IsVirtualNode" Type="bool"/>
</ClassType>