Skip to content

wf site

The following operations can be performed on "wf site":

add| rm| set| show

add wf site

p{white-space: pre-wrap;}

Creates a WebFront site on the Citrix ADC. The Citrix ADC WebFront feature provides access to Citrix XenApp and Citrix XenDesktop applications. Users access resources through a standard web browser or by using the Citrix Receiver plug-in.

Synopsys

add wf site <siteName> -storefronturl <string> -storeName <string> [-html5Receiver <html5Receiver>] [-workspaceControl ( ON | OFF )] [-displayRoamingAccounts ( ON | OFF )] [-xframeOptions ( ALLOW | DENY )]

Arguments

siteName

Name of the WebFront site being created on the Citrix ADC.

storefronturl

FQDN or IP of Windows StoreFront server where the store is configured.

storeName

Name of the store present in StoreFront

html5Receiver

Specifies whether or not to use HTML5 receiver for launching apps for the WF site.

Possible values: ALWAYS, FALLBACK, OFF

Default value: FALLBACK

workspaceControl

Specifies whether of not to use workspace control for the WF site.

Possible values: ON, OFF

Default value: ON

displayRoamingAccounts

Specifies whether or not to display the accounts selection screen during First Time Use of Receiver

Possible values: ON, OFF

Default value: ON

xframeOptions

The value to be sent in the X-Frame-Options header. WARNING: Setting this option to ALLOW could leave the end user vulnerable to Click Jacking attacks.

Possible values: ALLOW, DENY

Default value: DENY

Example

add wf site site1 -storefrontURL http://storefront.domain.com -storeName store

rm wf site

p{white-space: pre-wrap;}

Removes a WebFront site from the Citrix ADC.

Synopsys

rm wf site <siteName>

Arguments

siteName

Name of the WebFront site being created on the Citrix ADC.

Example

rm wf site site1

set wf site

p{white-space: pre-wrap;}

Modifies the parameters of a WebFront site configured on the Citrix ADC.

Synopsys

set wf site <siteName> [-storefronturl <string>] [-storeName <string>] [-html5Receiver <html5Receiver>] [-workspaceControl ( ON | OFF )] [-displayRoamingAccounts ( ON | OFF )] [-xframeOptions ( ALLOW | DENY )]

Arguments

siteName

Name of the WebFront site being created on the Citrix ADC.

storefronturl

FQDN or IP of Windows StoreFront server where the store is configured.

storeName

Name of the store present in StoreFront

html5Receiver

Specifies whether or not to use HTML5 receiver for launching apps for the WF site.

Possible values: ALWAYS, FALLBACK, OFF

Default value: FALLBACK

workspaceControl

Specifies whether of not to use workspace control for the WF site.

Possible values: ON, OFF

Default value: ON

displayRoamingAccounts

Specifies whether or not to display the accounts selection screen during First Time Use of Receiver

Possible values: ON, OFF

Default value: ON

xframeOptions

The value to be sent in the X-Frame-Options header. WARNING: Setting this option to ALLOW could leave the end user vulnerable to Click Jacking attacks.

Possible values: ALLOW, DENY

Default value: DENY

Example

set wf site site1 -storefrontURL https://storefront.domain.com

show wf site

p{white-space: pre-wrap;}

Displays settings of all the WebFront sites, or of a specified site. To display settings of all the WebFront sites, run the command without any parameters.

Synopsys

show wf site [<siteName>]

Arguments

siteName

Path of a WebFront site whose details you want the Citrix ADC to display.

Outputs

storefronturl

FQDN or IP of Windows StoreFront server where the store is configured.

storeName

The Store Name

html5Receiver

Specifies whether or not to use HTML5 receiver for launching apps for the WF site.

workspaceControl

Specifies whether of not to use workspace control for the WF site.

displayRoamingAccounts

Specifies whether or not to display the accounts selection screen during First Time Use of Receiver

xframeOptions

The value to be sent in the X-Frame-Options header. WARNING: Setting this option to ALLOW could leave the end user vulnerable to Click Jacking attacks.

state

State of wf site

devno

count

stateflag

Example

show wf site

Was this article helpful?