Citrix Workspace app provides access to your applications and desktops using Citrix Virtual Apps and Desktops from a remote client device. Citrix Workspace app provides access from your desktop, Start menu, Citrix Workspace user interface, and web browsers. You can use Citrix Workspace app on domain, and non-domain joined thin clients. What’s new in 1911 Workspace with intelligence. This version of Citrix Workspace app for Windows is optimized to take advantage of the Workspace intelligence features when they are released. For more information, see Workspace Intelligence Features - Microapps. Support for automatically enrolling Windows 10 devices in Citrix Endpoint.
Today, I am going to show you how to install Citrix Workspace App at Microsoft Windows 10.
- Login to Windows 10.
- Login and download Citrix Workspace app 1911 from Citrix.com website.
- Click Yes at User Account Control.
- At License Agreement page, select I accept the license agreement, click Next.
- Make sure Installation successful, click Add Account.
- On the add account page, enter the url of Virtual App server, click Add.
- On the Workspace page, click Add your favorite apps.
- Click the application which you would like to add it as favorite app. In my case, I add Microsoft Outlook.
- Double click Microsoft Outlook and it will pop up app Starting….
- You may see the warning issues at the bottom of outlook, it’s showing Windows Desktop Search is not available. This is not Citrix issues, and it’s easy to fix it.
- Login to Citrix Virtual App VDA server, in my case, it’s CGY-XEN02.
- Check the Services, the windows Search startup type is Disabled.
- Change it Startup Type from Disabled to Automatic, click Start.
- Close Microsoft Outlook and reopen it again and you will see the warning message gone.
Hope you enjoy this post.
Cary Sun
Citrix Workspace 1911 For Mac
Twitter: @SifuSun
Author: Cary Sun
Cary Sun is a Principal Consultant, He has a strong background specializing in datacenter and deployment solutions, and has spent over 20 years in the planning, design, and implementation of network technologies and Management and system integration.He hold CISCO CERTIFIED INTERNETWORK EXPERT (CCIE No.4531) from 1999.Cary is also a Microsoft Most Valuable Professional (MVP) and Cisco Champion, He is a published author with serveral titles, include blogs on Checkyourlogs.net, author for many books. Specialties: CCIE /CCNA / MCSE / MCITP / MCTS / MCSA / Solution Expert / CCA
Blog:
http://www.carysun.com http://www.checkyourlogs.net http://gooddealmart.com
Twitter:@SifuSun
Deploy the Citrix Workspace App using Intune.
Steps
Step 1 – Create C:intuneCitrix folder.
Step 2 – Download Citrix setup to C:intuneCitrix folder.
Step 3 – Create Intune.cmd in Citrix folder containing the following code:
Step 4 – Create CitrixWorkspaceApp.intunewin file using the IntuneWinAppUtil.exe tool:
IntuneWinAppUtil.exe -c C:intuneCitrix -s CitrixWorkspaceApp.exe -o C:intune
Output
Validating parameters
Validated parameters with 71 milliseconds
Compressing the souce folder ‘C:intuneCitrix’ to ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin’
Calculated size for folder ‘C:intuneCitrix’ is 135358287 with 2 milliseconds
Compressed folder ‘C:intuneCitrix’ successfully with 10782 milliseconds
Checking file type
Checked file type with 7 milliseconds
Encrypting file ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin’
‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin’ has been encrypted successfully with 1049 milliseconds
Computing SHA256 hash for C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContents1f6bd862-d312-413c-8260-a3a4e55fb61b
Computed SHA256 hash for ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContents1f6bd862-d312-413c-8260-a3a4e55fb61b’ with 2553 milliseconds
Computing SHA256 hash for C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin
Computed SHA256 hash for C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin with 2668 milliseconds
Copying encrypted file from ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContents1f6bd862-d312-413c-8260-a3a4e55fb61b’ to ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin’
File ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageContentsCitrixWorkspaceApp.intunewin’ got updated successfully with 622 milliseconds
Generating detection XML file ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackageMetadataDetection.xml’
Generated detection XML file with 256 milliseconds
Compressing folder ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackage’ to ‘C:intuneCitrixWorkspaceApp.intunewin’
Calculated size for folder ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackage’ is 135087474 with 1 milliseconds
Compressed folder ‘C:UsersHomelabAppDataLocalTempb069c44b-fd37-4729-9728-f504ebaeb095IntuneWinPackage’ successfully with 1498 milliseconds
Removing temporary files
Removed temporary files with 28 milliseconds
File ‘C:intuneCitrixWorkspaceApp.intunewin’ has been generated successfully
[] 100%
Done!!!
Step 5 – Azure Portal > Microsoft Intune > Client Apps > Apps > Add > Windows app (Win32)
Navigate to CitrixWorkspaceApp.intunewin:
Fill in App information:
Workspace 1911
Fill in Program Config:
Install: Intune.cmd
Uninstall: “C:ProgramDataCitrixCitrix Workspace 1911TrolleyExpress.exe” /uninstall /cleanup
Fill in basic Requirements:
Fill in Detection Rule Config:
Path: C:ProgramDataCitrixCitrix Workspace 1911
File: TrolleyExpress.exe
Method: File or Folder exists
Step 6 – Click Add button.
Step 7 – Assign a group to the application and Save:
Step 8 – Force a sync or reboot client computer.
Notes
Custom Publisher
reg add “HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindowsCurrentVersionUninstallCitrixOnlinePluginPackWeb” /v Publisher /d “Intune” /t REG_SZ /f /REG:32
Citrix Workspace 1911 For Mac
Direct Download
Workspace 1911 Mac
tags: Citrix Intune automation, Intune packaging, Intune scripting, MrNetTek