Returns URLs for App-V Publishing and Management servers contained in a Citrix App-V policy. Returned values are in string format.
Get-CtxAppVServer -ByteArray <byte[]> [-ConsumedByStudio <bool>] [<CommonParameters>]
Returns URLs for App-V Publishing and Management servers contained in a Citrix App-V policy. Returned values are in string format.
-ByteArray<>
Specifies the Citrix App-V policy created using the New-CtxAppVServer cmdlet.
Required? | true |
Default Value | |
Accept Pipeline Input? | true (ByValue, ByPropertyName) |
-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.
Required? | false |
Default Value | |
Accept Pipeline Input? | false |
-------------------------- EXAMPLE 1 --------------------------
$config = Get-BrokerMachineConfiguration -Name appv* Get-CtxAppVServer -ByteArray $config[0].Policy
Returns Publishing Server URL , Management Server URL configured in given policy