Get method of the PS_RemoteAccessHealthLocal class

This cmdlet is used to obtain the current health of a Remote Access deployment.

Syntax

uint32 Get(
  [in]  boolean                       Refresh,
  [out] RemoteAccessServerHealthLocal cmdletOutput
);

Parameters

Refresh [in]

Specifying this parameter indicates that the health details should be recomputed.

cmdletOutput [out]

Remote Access server health data.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\server
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll

See also

PS_RemoteAccessHealthLocal