Citrix Virtual Apps and Desktops 2402 SDK

Get-CtxAppVServerSetting

Returns settings for the specified App-V Publishing Server.

Syntax

Get-CtxAppVServerSetting
   -AppVPublishingServer <String>
   [<CommonParameters>]
<!--NeedCopy-->

Description

Returns settings for the specified App-V Publishing Server. For more information about these settings, see the App-V documentation on the Microsoft website at http://technet.microsoft.com/en-us/library/jj687745.aspx

Examples

EXAMPLE 1

This example returns settings associated with http://appv-pubsrv.mydomain.com:8082 in the following format:

GlobalRefreshEnabled: false

GlobalRefreshOnLogon: false

GlobalRefreshInterval: 0

GlobalRefreshIntervalUnit: Day

UserRefreshEnabled: true

UserRefreshOnLogon: false

UserRefreshInterval: 0

UserRefreshIntervalUnit: Hour

Get-CtxAppVServerSetting -AppVPublishingServer http://appv-pubsrv.mydomain.com:8082
<!--NeedCopy-->

Parameters

-AppVPublishingServer

The full URL (including port number) of the Publishing Server for which settings are to be returned.

Type: String
Position: Named
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

Citrix.VirtApp.Studio.Commands.AppVServerSetting

Publishing Server settings. These settings are:

GlobalRefreshEnabled

GlobalRefreshOnLogon

GlobalRefreshInterval

GlobalRefreshIntervalUnit

UserRefreshEnabled

UserRefreshOnLogon

UserRefreshInterval

UserRefreshIntervalUnit

Get-CtxAppVServerSetting