Monitor the operations status of the Remote Access server and its components
Published: August 10, 2012
Updated: August 10, 2012
Applies To: Windows Server 2012
The management console on the Remote Access server can be used to monitor its operations status.
Note |
|---|
| You must be logged on as a member of the Domain Admins group or a member of the Administrators group on each computer to complete the tasks described in this guide. If you cannot complete a task while you are logged on with an account that is a member of the Administrators group, try performing the task while you are logged on with an account that is a member of the Domain Admins group. |
-
In Server Manager click Tools and then click Remote Access Management.
-
Click DASHBOARD to navigate to Remote Access Reporting in the Remote Access Management Console.
-
On the monitoring dashboard, notice the Operations Status tile within the Server Status tile. This tile lists the server operations status and that of all its components.
-
You can click Refresh under Tasks in the right pane to reload the operations status. The operations status is automatically refreshed every 5 minutes, which is the default refresh interval. You can change the default refresh interval by clicking Configure Refresh Interval in under Tasks.
Windows PowerShell equivalent commands
The following Windows PowerShell cmdlet or cmdlets perform the same function as the preceding procedure. Enter each cmdlet on a single line, even though they may appear word-wrapped across several lines here because of formatting constraints.
Note |
|---|
| The command for operations status of a cluster is included for reference. |
PS> Get-RemoteAccessHealth PS> Get-RemoteAccessHealth –Cluster
Note