PowerShell Logo Small

Set-DAClientExperienceConfiguration



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

Modifies the configuration of the specified DirectAccess client user experience.

SYNTAX


Set-DAClientExperienceConfiguration [[-ForceTunneling] <ForceTunneling>] [[-CustomCommands] <String[]>] [[-PassiveMode] <Boolean>] [[-CorporateResources] <String[]>]
[[-IPsecTunnelEndpoints] <String[]>] [[-PreferLocalNamesAllowed] <Boolean>] [[-UserInterface] <Boolean>] [[-SupportEmail] <String>] [[-FriendlyName] <String>]
[[-ManualEntryPointSelectionAllowed] <Boolean>] [[-GslbFqdn] <String>] [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>]
[-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Set-DAClientExperienceConfiguration [[-ForceTunneling] <ForceTunneling>] [[-CustomCommands] <String[]>] [[-PassiveMode] <Boolean>] [[-CorporateResources] <String[]>]
[[-IPsecTunnelEndpoints] <String[]>] [[-PreferLocalNamesAllowed] <Boolean>] [[-UserInterface] <Boolean>] [[-SupportEmail] <String>] [[-FriendlyName] <String>]
[[-ManualEntryPointSelectionAllowed] <Boolean>] [[-GslbFqdn] <String>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject
<CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Set-DAClientExperienceConfiguration modifies the specified configuration properties of the DirectAccess client user experience. The DirectAccess client configuration
controls the user interface behavior, as well as what configuration options are available to the user.


This cmdlet can be used to change configuration properties stored in Group Policy Objects.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287318
Get-DAClientExperienceConfiguration
Reset-DAClientExperienceConfiguration

REMARKS

<

Examples


Example: Disable the DirectAccess user interface

PS C:\>Set-DAClientExperienceConfiguration –PolicyStore “Contoso\GPO1” –UserInterface “False”



This cmdlet disables the DirectAccess user interface.