Get-AppvClientConfiguration

Get-AppvClientConfiguration is accessible with the help of AppVClient module. To configure AppVClient, go through this link.

Synopsis

Returns the configuration for the App-V client.

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

Specifies the name of a setting.

Type:String
Position:0
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

Get-AppvClientConfiguration [[-Name] <String>] [<CommonParameters>]

——————-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.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AppvClientConfiguration

Get-Command Get-AppvClientConfiguration powershell script command cmdlet appv client

You can also read about

  • Set-AppvClientConfiguration

To know more PowerShell cmdlets(Commands) on AppVClient click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *