< Back
Get-AppvClientConfiguration
Post
NAME Get-AppvClientConfiguration
SYNOPSIS
Returns the configuration for the App-V client.
SYNTAX
Get-AppvClientConfiguration [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
The Get-AppvClientConfiguration cmdlet returns an object that contains all of the settings and permissions for the Microsoft Application
Virtualization (App-V) client. These settings include both App-V client settings and permissions.
If a particular setting is specified, the cmdlet returns the value for that setting.
PARAMETERS
-Name [<String>]
Specifies the name of a setting.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Microsoft.AppV.AppvClientPowerShell.AppvClientConfiguration
The cmdlet returns an AppvClientConfiguration object, if you do not specify the Name parameter. The object is displayed as a two column table.
The first column contains the specific configuration and the second column contains the associated current value.
If you specify Name, the cmdlet returns the same two column table, but only for the configuration requested.
Example 1: Display all configuration settings
PS C:\\> Get-AppvClientConfiguration
This command displays all of the App-V Client Configuration settings.
Example 2: Display a single configuration setting
PS C:\\> Get-AppvClientConfiguration -Name "PackageSourceRoot"
This command displays the value of the PackageSourceRoot setting.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=827707
Set-AppvClientConfiguration
SYNOPSIS
Returns the configuration for the App-V client.
SYNTAX
Get-AppvClientConfiguration [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
The Get-AppvClientConfiguration cmdlet returns an object that contains all of the settings and permissions for the Microsoft Application
Virtualization (App-V) client. These settings include both App-V client settings and permissions.
If a particular setting is specified, the cmdlet returns the value for that setting.
PARAMETERS
-Name [<String>]
Specifies the name of a setting.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Microsoft.AppV.AppvClientPowerShell.AppvClientConfiguration
The cmdlet returns an AppvClientConfiguration object, if you do not specify the Name parameter. The object is displayed as a two column table.
The first column contains the specific configuration and the second column contains the associated current value.
If you specify Name, the cmdlet returns the same two column table, but only for the configuration requested.
Example 1: Display all configuration settings
PS C:\\> Get-AppvClientConfiguration
This command displays all of the App-V Client Configuration settings.
Example 2: Display a single configuration setting
PS C:\\> Get-AppvClientConfiguration -Name "PackageSourceRoot"
This command displays the value of the PackageSourceRoot setting.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=827707
Set-AppvClientConfiguration