Jump to content
Welcome to our new Citrix community!
  • 0

[WEM] - Unattended installation for Workspace Environment Agent


Yann Michalak1709152815

Question

Hi Guyz :-)

 

We need help for deployed Workspace Environment Agent unattended.

 

We have tested this command but it's not worked :

 

"D:\CitrixWem4.0.0.exe" /v"WaitForNetwork=\"1\" SyncForegroundPolicy=\"1\" GpNetworkStartTimeoutPolicyValue=\"45\"" AgentServiceUseNonPersistentCompliantHistory=\"1\""

 

It's possible to deployed WEM agent with full automation ?

We want to deployed this agent with BladeLogic Server Automation.

 

Thx for your help.

 

Link to comment

6 answers to this question

Recommended Posts

  • 1

With Version 1909, you can simplify the command line install to use PARAMETER=VALUE.

The following parameters are available for command line installs:


WaitForNetwork
SyncForegroundPolicy
GpNetworkStartTimeoutPolicyValue
Cloud
CloudConnectorList
InfrastructureServer
AgentServicePort
AgentCacheSyncPort
VUEMAppCmdDelay
AgentCacheLocation
AgentLocation

 

In addition, you can add the [ /log ] parameter to send the install info to a log file and [ /quiet ] to prevent any GUI from appearing.

These parameters are explained in the 'current release' version of the WEM documentation - https://docs.citrix.com/en-us/workspace-environment-management/current-release/install-and-configure/agent-host.html

 

Here's what I'm using for my command-line installs:

"Citrix Workspace Environment Management Agent Setup.exe" Cloud=0 AgentCacheLocation=D:\WEMCache VUEMAppCmdDelay=5 WaitForNetwork=30 SyncForegroundPolicy=1 GpNetworkStartTimeoutPolicyValue=5 /log WEM1909.txt /quiet


Take care,

Alain

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...