PowerShell Logo Small

Reset-DAClientExperienceConfiguration



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

Restores the specified DirectAccess client configuration to the defaults.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


Reset-DAClientExperienceConfiguration restores the specified DirectAccess client configuration to the defaults.


All DAClientExperienceConfiguration cmdlets have an ADMX file which can also configure these settings.



<

RELATED LINKS

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

REMARKS

<

Examples


Example: Reset the friendly name of a client experience configuration

PS C:\>Reset-DAClientExperienceConfiguration –PolicyStore “Contoso\GPO1” –FriendlyName “Traveling Policy”



This cmdlet resets the friendly name of a client experience configuration.