PowerShell Logo Small

Disable-DAManualEntryPointSelection



This is the built-in help made by Microsoft for the command 'Disable-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

Disables a manually selected DirectAccess site, and reverts the selection to the default.

SYNTAX


Disable-DAManualEntryPointSelection [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Disable-DAManualEntryPointSelection disables a manually selected DirectAccess site and reverts the selection to the default.


A client computer configured to use multiple DirectAccess sites automatically selects the best site. A user can override the automatic selection behavior and select a
specific DirectAccess site. This cmdlet disables any manual site that was selected.


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=287309
Enable-DAManualEntryPointSelection

REMARKS

<

Examples


Example: Disable the manual DirectAccess site selection

PS C:\> Disable-DAManualEntryPointSelection



This cmdlet disables any site that was manually selected, and reverts the DirectAccess entry point selection to automatic site selection.