Citrix Virtual Apps and Desktops 2402 SDK

Get-CtxAppVServer

Returns URLs for App-V Publishing and Management Servers contained in a Citrix App-V policy. Returned values are in string format.

Syntax

Get-CtxAppVServer
   -ByteArray <Byte[]>
   [-ConsumedByStudio <Boolean>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

Returns URLs for App-V Publishing and Management Servers contained in a Citrix App-V policy. Returned values are in string format.

Examples

EXAMPLE 1

Returns Publishing Server URL , Management Server URL configured in given policy

System.Management.Automation.PSObject[]
<!--NeedCopy-->

Parameters

-ByteArray

Specifies the Citrix App-V policy created using the New-CtxAppVServer cmdlet.

Type: Byte[]
Position: Named
Default value: None
Required: True
Accept pipeline input: True (ByValue)
Accept wildcard characters: True

-ConsumedByStudio

If set to “true”, outputs URLs for the App-V Publishing and Management Servers. If set to “false”, outputs both the URL and settings for the App-V Publishing Server.

Type: Boolean
Position: Named
Default value: None
Required: False
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

String

Get-CtxAppVServer