Configuring Citrix Workspace using PowerShell module

Overview

The Citrix Workspace Store Configuration PowerShell module can be used to view and configure certain settings for your Citrix Workspace.

You can view and configure the following settings:

Setting Description
AllowSkipNativeAppDetection Configures whether to show the “Skip detection” link on the Citrix Workspace app detection screen. Enabled by default. As the “Skip detection” link results in users downloading ICA files, it is recommended that you disable this for improved security.
inactivityTimeoutInMinutes For users using Citrix Workspace app on desktop, configures the number of minutes of inactivity before users are logged out. For more information, see Inactivity timeout for Citrix Workspace app
inactivityTimeoutInMinutesMobile For users using Citrix Workspace app on mobile, configures the number of minutes of inactivity before the application is locked. For more information, see Inactivity timeout for Citrix Workspace app
workspaceHosts The list of subdomain.cloud.com URLs
longLivedTokenConfiguration Contains a number of parameters defining whether Workspace app can stay logged in and the timeout periods.
Citrix Enterprise Browser settings See Simplified single sign-on for web and SaaS apps
azureAdSsoEnabled Enables SSO to Entra joined VDAs. For more information, see #entra-id-sso-to-vdas

Settings inactivityTimeoutInMinutes, inactivityTimeoutInMinutesMobile, inactivityTimeoutInMinutesWeb and promptLoginEnabled can also be set per network connectivity type. For more information, see Configure settings per network connectivity type.

The module consists of the following cmdlets:

  • Get-StoreConfigurations - Get the current configuration.
  • Set-StoreConfigurations - Update the configuration.
  • Get-StoreClientLocationConfiguration - Get per connectivity type configuration.
  • Set-StoreClientLocationConfiguration - Update per connectivity type configuration.
  • Create-StoreFrontDomain - Adds a new Workspace URL.
  • Delete-StoreFrontDomain - Deletes a Workspace URL.
  • Set-StoreFrontDomain - Renames a Workspace URL.

For more information about getting started with the PowerShell module, see Getting started.

Overview

In this article