Using StoreFront Connector to Launch Login VSI Workload

Using StoreFront Connector to Launch Login VSI Workload

book

Article ID: CTX135302

calendar_today

Updated On:

Description

This article provides information about using StoreFront Connector to Launch Login VSI workload.

Important: It is assumed that you have an environment setup with StoreFront and Login-VSI configured. Contact the Login VSI to obtain the StoreFront Connector.

Using StoreFront Connector

  • To obtain information on all the arguments use SFConnect.exe /?.

  • To connect to a StoreFront server and displaying configured authentication protocols, use SFConnect.exe /url http://SFSERVER/Citrix/Store /getprotocols.

  • To display the available resources for a certain user, use SFConnect.exe /url “http://SFSERVER/Citrix/Store” /user LAB\user1 /password MyPass123 /getresources.

  • To launch a resource, use SFConnect.exe /url “http://SFSERVER/Citrix/Store” /user LAB\user1 /password MyPass123 /resource “My Resource Name”.

Note: If you do not define the /protocol argument, it will first try to connect to ExplicitForms protocol. If ExplicitForms is not available, it will use the first available protocol.

Example of the command:

\\FS01\VSIshare\SFConnect.exe /url "http://storefront/Citrix/Store" /user Login_vsi1 /password Password! /resource "Win7x86"

Mandatory Arguments

/url URL

The exact URL to the StoreFront store. Example: http://SFserver/Citrix/Store

Optional SFconnect Arguments

/user USERNAME

Username to use when connecting to the StoreFront store.

/password PASSWORD

Password to use when connecting to the StoreFront store.

/resource RESOURCENAME

Name of the resource to start.
To get a list of available resources, use the /getresources argument.

/protocol PROTOCOL

Protocol name to use when authorizing to the
StoreFront store.
To get a list of available protocols, use the /getprotocols argument.

/timeout SECONDS

Number of seconds to wait for before the request to the StoreFront site is timed out.

/getprotocols

Get the valid authentication protocols from the StoreFront site.

/getresources

Get the resources that the defined user has access to from the StoreFront site.

/silent

Do not display messages during connection.

/audio QUALITY

Define the audio quality for this session (valid values: high, medium, low, off).

/color COLORDEPTH

Define that color depth used during the session (valid values: 16, 256, 16bit).

/display SIZE

The display type that should be used during the session (valid values: seamless, percent, absolute, fullscreen).

/displaypercent PERCENTAGE

The percentage of the screen that should be used for the session (only if '/display percent' is used).

/displayabsolute SIZE

The exact width and height of the screen, split by x; example: 800x600 (only if '/display absolute' is used).

/keypassthrough MODE

The behavior of the windows keys, etc. (valid values: local, remote, fullscreenonly).

/folderredirection BOOL

Are special folders redirected? (valid values: true, false).

/cleartyperemoting BOOL

Are clear type fonts remoted? (valid values: true, false).

/virtualcomport BOOL

Specifies if virtual COM ports are enabled or disabled (valid values: true, false).

/comport BOOL

Specifies if COM port mapping is permitted or not permitted (valid values: true, false). 

Issue/Introduction

This article provides information about using StoreFront Connector to launch Login VSI workload.