Get-RemoteAccess

Displays the configuration of DirectAccess (DA) and VPN (both Remote Access VPN and site-to-site VPN).

Syntax

Get-RemoteAccess
   [-ComputerName <String>]
   [[-EntrypointName] <String>]
   [-CimSession <CimSession[]>]
   [-ThrottleLimit <Int32>]
   [-AsJob]
   [<CommonParameters>]

Description

The Get-RemoteAccess cmdlet displays the configuration of DirectAccess (DA) and VPN (both Remote Access VPN and site-to-site VPN).

The output consists of the following. If a certain Remote Access technology (RA) is not installed, then only the computer status is displayed.

-- Status of DA.

-- Status of VPN.

-- Status of site-to-site VPN.

-- Status of Load Balancing.

-- DA global configuration: Comprises of properties that are applicable to the entire DA deployment.

-- DA server level or cluster level (if load balancing has been deployed) configuration. If multi-site is deployed, then this configuration is applicable at the site-level and configuration for the specified site is displayed.

-- DA pure server and cluster level configuration: This configuration is not impacted by multi-site deployment.

-- VPN server or cluster level configuration. If multi-site is deployed, then this configuration is applicable at the site-level and configuration for the specified site is displayed.

-- VPN pure server level configuration: This configuration is not impacted by multi-site deployment.

In a multi-site deployment if both the EntryPointName and ComputerName parameters are specified but the computer name does not belong to that entry point name, then no values are returned for the pure server-level DA and VPN (both Remote Access VPN and site-to-site VPN)configuration. The configuration will show up blank. However, if only the EntryPointName parameter is specified or the ComputerName parameter is also specified and belongs to the specified entry point name, then the pure server-level DA and VPN configuration are retrieved if the server on which the cmdlet is run belongs to this entry point. If not, then blanks are returned.

Examples

EXAMPLE 1

PS C:\>Get-RemoteAccess
DAStatus                       : Installed 
DAInstallType                  : FullInstall 
VpnStatus                      : Installed 
VpnS2SStatus                   : Uninstalled 
LoadBalancing                  : NotConfigured 
ConnectToAddress               : 192.168.0.2 
InternetInterface              : Private Internet 
InternalInterface              : Private Corpnet 
SslCertificate                 : [Subject] 
                                   CN=192.168.0.2 
 
                                 [Issuer] 
                                   CN=192.168.0.2 
 
                                 [Serial Number] 
                                   42242E616EC4CD994F9C4BE8E33ABBFE 
 
                                 [Not Before] 
                                   23-01-2012 03:21:52 
 
                                 [Not After] 
                                   22-01-2017 19:31:51 
 
                                 [Thumbprint] 
                                   D9BB778F6F1111111F5B3E2F55DDD9F00B9C2F5A 
 
AppServerSecurityGroupNameList : 
AppServerGpoName               : 
ConnectionType                 : NoE2EAuth 
TrafficProtection              : Disabled 
ClientSecurityGroupNameList    : contoso.com\Domain Computers 
ClientGpoName                  : contoso.com\DirectAccess Client Settings 
OnlyRemoteComputers            : Enabled 
Downlevel                      : Disabled 
ForceTunnel                    : Disabled 
ForceTunnelingNrptSuffix       : 
EntrypointName                 : 
DownlevelSecurityGroupNameList : 
DownlevelGpoName               : 
DnsSuffix                      : {.contoso.com, directaccess-nls.contoso.com} 
EnableDAForAllNetworks         : Disable 
SecureNameQueryFallback        : FallbackPrivate 
QueryPolicy                    : Disable 
ServerGpoName                  : contoso.com\DirectAccess Server Settings 
InternalIPv6Prefix             : 2002:836b:1:1::/64 
ClientIPv6Prefix               : 2002:836b:1:1000::/64 
UserAuthentication             : UserPasswd 
ComputerCertAuthentication     : Disabled 
IPsecRootCertificate           : 
IntermediateRootCertificate    : False 
TeredoState                    : Disabled 
IsSingleNic                    : False 
IsNatDeployed                  : False 
HealthCheck                    : Disabled 
NlsLocation                    : DirectAccessServer 
NlsUrl                         : 
NlsCertificate                 : [Subject] 
                                   CN=directaccess-nls.contoso.com 
 
                                 [Issuer] 
                                   CN=directaccess-nls.contoso.com 
 
                                 [Serial Number] 
                                   444D9B8E0A7777777D00000000000DDD 
 
                                 [Not Before] 
                                   23-01-2012 03:21:51 
 
                                 [Not After] 
                                   22-01-2017 19:31:51 
 
                                 [Thumbprint] 
                                   F1111D88EE6C33B777777EEE2CC4444777777DD7 
 
NlsReachability                : False 
MgmtServer                     : 
IPAssignmentMethod             : StaticPool 
IPAddressRangeList             : {10.1.1.10 - 10.1.1.30, 10.10.1.10 - 10.10.1.30} 
IPv6Prefix                     : 2002:836b:1:2000::/64 
AuthenticationType             : Windows 
RadiusServerList               :

This example displays the configuration of DA and VPN for the local computer.

Parameters

-AsJob

ps_cimcommon_asjob

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ComputerName

Specifies the IPv4 or IPv6 address, or host name, of the computer on which the remote access server computer specific tasks should be run.

Type:String
Aliases:Cn
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-EntrypointName

Specifies the identity of a site in a multi-site deployment. If this parameter is not specified, then the site to which the computer on which this cmdlet is run is used (the user may or may not be specifying a computer name).

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-ThrottleLimit

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

CimInstance

The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.

The RemoteAccessCommon object consists of the following properties:

-- The status of the DA and VPN configuration.

-- The entire VPN configuration.

-- The entire DA configuration.

-- The configuration common to both VPN and DA.