Edit

Share via


Set-DAAppServerConnection

Configures the properties of the connection to application servers and the IPsec security traffic protection policies for the connection.

Syntax

Default (Default)

Set-DAAppServerConnection
    [-ConnectionType <String>]
    [-TrafficProtection <String>]
    [-ComputerName <String>]
    [-PassThru]
    [-CimSession <CimSession[]>]
    [-ThrottleLimit <Int32>]
    [-AsJob]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Set-DAAppServerConnection cmdlet configures the properties of the connection to application servers and the IPsec security traffic protection policies for the connection. This cmdlet is not applicable when DirectAccess (DA) is deployed only for the management of remote clients and when no application servers have been configured.

Examples

EXAMPLE 1

This cmdlet checks the connection type setting that is configured.
PS C:\>Get-DAAppServer -ComputerName edge1.corp.contoso.com
SecurityGroupNameList:    {corp.contoso.com\daappservergrp}
GpoName              :    {corp.contoso.com\DirectAccess Application Server Settings}
ConnectionType       :    E2EAuthOnlyToAppServer
TrafficProtection    :    Enabled

This cmdlet changes the value of the **ConnectionType** parameter from authentication required only to application servers (E2EAuthOnlyToAppServer) to mandatory authentication for all servers in the corporate network (E2EAuthRequiredToAllServer).
PS C:\>Set-DAAppServerConnection -ConnectionType E2EAuthRequiredToAllServers -TrafficProtection Enabled -PassThru
ConnectionType       :    E2EAuthRequiredToAllServer
TrafficProtection    :    Enabled

This example enables end to end authentication for all servers in organization.

Parameters

-AsJob

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Parameter properties

Type:

CimSession[]

Default value:None
Supports wildcards:False
DontShow:False
Aliases:Session

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Cn

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ConnectionType

Specifies the type of connection to the corporate network. The acceptable values for this parameter are:

  • NoE2EAuth. Connection requires no end-to-end authentication.

  • E2EAuthOnlyToAppServer. Connection requires end-to-end authentication only to the configured application servers and not to other servers in the corporate network.

  • E2EAuthRequiredToAllServers. Connection permits access only to the configured application servers through end-to-end authentication and does not permit access to other servers in the corporate network.

If you specify NoE2EAuth, the cmdlet automatically removes all the application server security groups and Group Policy Objects from the DA deployment, and the user can access all the corporate network servers over a full tunnel to the DA server. IPsec security traffic protection is not applicable for the connection if you specify NoE2EAuth as the connection type.

Parameter properties

Type:String
Default value:None
Accepted values:NoE2EAuth, E2EAuthOnlyToAppServer, E2EAuthRequiredToAllServers
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-PassThru

Returns the application server connection object which contains the properties of the connectivity to the corporate network. By default this cmdlet does not generate any output.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TrafficProtection

Specifies the property of the IPsec connection to the application servers. IPsec traffic protection is not applicable for the connection if you specify NoE2EAuth for the ConnectionType parameter. The acceptable values for this parameter are:

  • Enabled. Traffic protection is enabled.

  • Disabled. Traffic protection is disabled and the connection requires authentication.

Parameter properties

Type:String
Default value:None
Accepted values:Enabled, Disabled
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

CimInstance

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 DAAppServerConnection object consists of the following properties:

-- The property of the connection to an application server.

-- The status of IPsec traffic protection: Enabled or Disabled.

-- The application server connectivity properties are applicable to all application servers in the DA deployment.