# GuestAgentDiagnostic Class

### NAMESPACE

RASAdminEngine.Core.OutputModels.AgentDiagnostic

### DESCRIPTION

Guest Agent Diagnostic

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒GuestAgentDiagnostic

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                                      | Name                      | Description |                                                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | ----------- | ----------------------------------------------- |
| [RASAgentDiagnosticType](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASAgentDiagnosticType.html) | AgentDiagnosticType       |             |                                                 |
| String                                                                                                                                                    | AgentVersion              |             |                                                 |
| Boolean                                                                                                                                                   | DHCP                      |             | Whether DHCP is enabled or not.                 |
| String                                                                                                                                                    | OSVersion                 |             |                                                 |
| UInt32                                                                                                                                                    | ProtocolVersion           |             | Protocol Version.                               |
| Boolean                                                                                                                                                   | RDSHMode                  |             | Whether RDSH Mode is enabled or not.            |
| String                                                                                                                                                    | Server                    |             |                                                 |
| [DiagnosticState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/DiagnosticState.html)               | State                     |             | Guest Agent Diagnostic State.                   |
| Boolean                                                                                                                                                   | TerminalServicesInstalled |             | Whether Terminal Services are installed or not. |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |

####
