PowerShell Logo Small

Reset-DAClientExperienceConfiguration



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

Restores the specified DirectAccess client configuration to the defaults.

SYNTAX


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

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.