API Reference
Class
ComputerOsRow
Clean, report-friendly row for OS inventory tables. Excludes role flags and normalizes unknown ages to null so UIs show a placeholder.
Inheritance
- Object
- ComputerOsRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DomainControllersView.WindowsNt4DomainControllers
- Property DomainControllersView.WindowsServer2000DomainControllers
- Property DomainControllersView.WindowsServer2003DomainControllers
- Property DomainControllersView.WindowsServer2008DomainControllers
- Property DomainControllersView.WindowsServer2012DomainControllers
- Property DomainControllersView.WindowsServer2016DomainControllers
- Property DomainControllersView.WindowsServer2019DomainControllers
- Property DomainControllersView.WindowsServer2022DomainControllers
- Property DomainControllersView.WindowsServer2025DomainControllers
- Property ServersView.WindowsNt4
- Property ServersView.WindowsServer2000
- Property ServersView.WindowsServer2003
- Property ServersView.WindowsServer2008
- Property ServersView.WindowsServer2012
- Property ServersView.WindowsServer2016
- Property ServersView.WindowsServer2019
- Property ServersView.WindowsServer2022
- Property ServersView.WindowsServer2025
- Property WorkstationsView.WindowsNt4Workstations
- Property WorkstationsView.WindowsWorkstation10
- Property WorkstationsView.WindowsWorkstation11
- Property WorkstationsView.WindowsWorkstation7
- Property WorkstationsView.WindowsWorkstation8
- Property WorkstationsView.WindowsWorkstationVista
- Property WorkstationsView.WindowsWorkstationXp
Constructors
public ComputerOsRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name.
public String SamAccountName { get; set; } #Computer's sAMAccountName.
public String DistinguishedName { get; set; } #Distinguished name.
public String OperatingSystem { get; set; } #Operating system caption.
public String OperatingSystemVersion { get; set; } #Operating system version string.
public Boolean Enabled { get; set; } #True when the computer account is enabled.
public Nullable<Int32> LastLogonDays { get; set; } #Days since last logon (null when unknown).
public Nullable<Int32> PasswordAgeDays { get; set; } #Days since password was last set (null when unknown).
public String Description { get; set; } #Optional computer description from the directory.
public Nullable<Boolean> IsRodc { get; set; } #True when this domain controller is read-only (RODC). Null for non-DC rows.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Replicated lastLogonTimestamp (when known).
public Nullable<DateTime> PasswordLastSet { get; set; } #Password last set timestamp.