PowerShell Logo Small

Enable-DAManualEntryPointSelection



This is the built-in help made by Microsoft for the command 'Enable-DAManualEntryPointSelection', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Allows a user to manually choose which DirectAccess entry point to use for connectivity.

SYNTAX


Enable-DAManualEntryPointSelection [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -EntryPointName <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Enable-DAManualEntryPointSelection allows a user to manually choose which DirectAccess entry point to use for connectivity. This cmdlet succeeds only when the client
computer is outside of the corporate network perimeter, and DirectAccess is deployed.


Computers configured for multisite DirectAccess automatically pick the best entry point to use for connectivity. A user might want to override the entry point that is
automatically selected; for example, to help troubleshoot network connectivity. This cmdlet allows a user to manually choose a DirectAccess entry point.


You can prevent a user from overriding the automatic selection by using Group Policy. For more information about using Group Policy to restrict automatic selection changes,
see Get-DAClientExperienceConfiguration.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287310
Disable-DAManualEntryPointSelection

REMARKS

<

Examples


Example: Enable manual DirectAccess site selection

PS C:\> Enable-DAManualEntryPointSelection -EntryPointName "Redmond"



This cmdlet enables the entry point named Redmond