Citrix Virtual Apps and Desktops SDK

Test-Ctxappvserver

Tests the given URL for the presence of App-V Management and Publishing servers.

Syntax

Test-CtxAppVServer [-AppVManagementServer] <string> [<CommonParameters>]

Test-CtxAppVServer [-AppVPublishingServer] <string> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Tests the given URL for the presence of App-V Management and Publishing Servers.

Parameters

Name Description Required? Pipeline Input Default Value
AppVManagementServer Machine name of the App-V Management Server. true true (ByValue)  
AppVPublishingServer The URL (including the port number) of the App-V Publishing Server. false false  

Input Type

Return Values

Boolean

Examples

Example 1

Test-CtxAppVServer -AppVManagementServer “appv-mansrv”
<!--NeedCopy-->

Description

Tests whether “appv-mansrv” is a Management Server or not. The name can, but does not need to be specified as a Fully Qualified Domain Name (FQDN). No port number is required.

Example 2

Test-CtxAppVServer -AppVPublishingServer “http://appv-pubsrv.mydomanin.com:8082”
<!--NeedCopy-->

Description

Tests whether “http://appv-pubsrv.mydomanin.com:8082” is a Publishing Server or not. Specify the full URL address, including FQDN and port number, of the Publishing Server.

Test-Ctxappvserver