Get-RASAgentDiagnostic
Last updated
Last updated
Get-RASAgentDiagnostic
Retrieves RAS Agent Diagnostic information.
Get-RASAgentDiagnostic - {RDS | Provider | Gateway | Guest | Broker | PA | HALBDevice | EnrollmentServer} - <string> [- <uint>] [<>]
Retrieves the diagnostic information about the RAS Agent installed on a specific server, for diagnostic purposes, with a specific type, such as RD Session Host, Provider, Gateway, Guest, Broker, HALB Device.
-Server <string> The name of server from which to retrieve Agent information. This must be the actual server name used in the RAS farm.
-SiteId <uint> Site ID from which to retrieve the specified Agent information. If the parameter is omitted, the site ID of the Licensing Server will be used.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Get-RASAgentDiagnostic -Server test.domain -ServerType RDS Retrieves the information about the RDS Agent installed on the server 'test.domain'. ---------- EXAMPLE 2 ---------- Get-RASAgentDiagnostic -Server test.domain -ServerType Provider Retrieves the information about the Provider Agent installed on the server 'test.domain'.
-AgentDiagnosticType <> Specifies the server type for which to retrieve the information. Possible values: RDS, Provider, Gateway, Guest, Broker, PA, HALBDevice, EnrollmentServer