PowerShell Logo Small

Disable-DAManualEntryPointSelection



This is the built-in help made by Microsoft for the command 'Disable-DAManualEntryPointSelection', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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

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.