RemoteAccessCommon class

Describes the Remote Access common configuration.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessCommon : RemoteAccessCore
{
  string  InternetInterface;
  string  InternalInterface;
  uint8   SslCertificate[];
  string  DAStatus;
  string  VpnStatus;
  string  VpnS2SStatus;
  string  LoadBalancing;
  string  SstpProxyStatus;
  string  RoutingStatus;
  boolean UseHttp;
};

Members

The RemoteAccessCommon class has these types of members:

Properties

The RemoteAccessCommon class has these properties.

DAStatus

Data type: string

Access type: Read-only

Whether direct access is installed

The possible values are.

Installed ("Installed")

Uninstalled ("Uninstalled")

InternalInterface

Data type: string

Access type: Read/write

Intranet facing interface

This property is inherited from RemoteAccessCore.

InternetInterface

Data type: string

Access type: Read/write

Internet facing interface

This property is inherited from RemoteAccessCore.

LoadBalancing

Data type: string

Access type: Read-only

Whether load balancing is enabled

The possible values are.

NotConfigured ("NotConfigured")

Configured ("Configured")

RoutingStatus

Data type: string

Access type: Read-only

Whether routing is installed

Windows Server 2012 R2 and Windows Server 2012: This property is not supported before Windows Server 2016.

The possible values are.

Installed ("Installed")

Uninstalled ("Uninstalled")

SslCertificate

Data type: uint8 array

Access type: Read/write

Array of IP-HTTPS/SSL certificates

This property is inherited from RemoteAccessCore.

SstpProxyStatus

Data type: string

Access type: Read-only

Whether an SSTP Proxy is installed

Windows Server 2012 R2 and Windows Server 2012: This property is not supported before Windows Server 2016.

The possible values are.

Installed ("Installed")

Uninstalled ("Uninstalled")

UseHttp

Data type: boolean

Access type: Read/write

True to use HTTP; otherwise, false

Windows Server 2012 R2 and Windows Server 2012: This property is not supported before Windows Server 2016.

VpnS2SStatus

Data type: string

Access type: Read-only

Whether S2S VPN is installed

The possible values are.

Installed ("Installed")

Uninstalled ("Uninstalled")

VpnStatus

Data type: string

Access type: Read-only

Whether VPN is installed

The possible values are.

Installed ("Installed")

Uninstalled ("Uninstalled")

Requirements

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

See also

RemoteAccessCore

RAMgmtPSProvider Provider