PowerShell Logo Small

Get-DAClientExperienceConfiguration



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

Returns the configuration for the DirectAccess client user experience.

SYNTAX


Get-DAClientExperienceConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PolicyStore <String>]
[-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Get-DAClientExperienceConfiguration returns the configuration for the DirectAccess client user experience. The configuration returned controls
the user interface behavior, as well as what configuration options are available to the user.


All DAClientExperienceConfiguration cmdlets have an ADMX file that can also be used to configure the client experience settings.



<

RELATED LINKS

Reset-DAClientExperienceConfiguration
Set-DAClientExperienceConfiguration

REMARKS

<

Examples


Example: Retrieve the DirectAccess client experience configuration from the active store

PS C:\> Get-DAClientExperienceConfiguration -PolicyStore ActiveStore



This cmdlet retrieves the DirectAccess client experience configuration from the active policy store.