RASAgentInfo Class

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

RAS Agent Info

INHERITED FROM

RASSerilazableObj
RASAgentInfo

INTERFACES

PUBLIC PROPERTIES

Type Name Description
AgentState AgentState Agent State.
String AgentVer Agent Version.
String Id ID of RAS Agent.
RASLogLevel LogLevel Level of logging: 0 = Critical, 1 = Error, 2 = Warning, 3 = Standard (Information), 4 = Extended, 5 = Verbose (Trace).
String MachineId Id of the machine
String Server Server name.
String ServerOS Server Operating System.
RASServerType ServerType Type of server.
String ServiceStartTime Service start time.
UInt32 SiteId ID of Site.
String SystemBootTime System boot time.
UInt32 UnhandledExceptions Number of unhandled exceptions.

PUBLIC METHODS

Type Name Description
Int32 CompareTo (Object obj) Inherited from RASSerilazableObj
Boolean Equals (Object obj) Inherited from RASSerilazableObj
Int32 GetHashCode () Inherited from RASSerilazableObj
Type GetType ()
String ToString ()

References to Commands

Get-RASAgent
Invoke-RASClearAgentLogs
Invoke-RASRetrieveAgentLogs
Remove-RASAgent
Set-RASAgentLogLevel
Update-RASAgent