How to Determine Which StoreFront Server that User Session Launched via

book

Article ID: CTX382440

calendar_today

Updated On:

Description

This article is designed to describe how to determine which Store Front server that user session launched via.


Instructions

Solution 1:

  • In the Citrix Director, search the user session and click Details
  • On the right is a field that shows the StoreFront server address(Launched via)

Solution 2:

  • In the DDC studio, search the user session
  • On the lower middle is a field that shows the StoreFront server address(Launched Via IP)

Solution 3:

  • Running the following Powershell command line on any DDC server
asnp Citrix*
get-brokersession -MaxRecordCount 9999 | select Protocol, UserName, MachineName, LaunchedViaIP

Issue/Introduction

We can get the storefront info about the session through Director, DDC Studio and PowerShell command line.