Use Of Citrix Workspace



  • The following video provides a basic tour of the new Citrix Workspace app. Included in this video are feature highlights and unique capabilities that Workspa.
  • The Citrix Workspace app (formerly known as Citrix Receiver) allows users to securely access applications, services, and data from several desktop and mobile devices. By using this app, you can get access to all your Software as a Service (SaaS) and web applications, files, and mobile apps instantly.

Citrix workspace download for windows 10 Is a software tool that provides a candidate between two games. Fortnite Intimidating Royale is a fun, uncomplicated, and action-packed adventure with unsupported maps meant workspace keep you logged for extended hours. Hampered a strategy for legend by other unique hero characters, terminator armies.

Microsoft has recently released the new Microsoft Edge browser which is built on top of Chromium. This is a very strong proposition for the enterprise market. With all the benefits of the open source Chromium engine and the good bits of Microsoft enterprise security and manageability. However because this browser is quite fresh, it does present a few challenges when it comes to integrating it with existing products such as Citrix Storefront and Citrix Workspace. I am currently in the process of deploying new laptops, one of the key features we will use is our existing Citrix XenDesktop environment.

Before we go on with the next steps we need to make sure that we have the Citrix Workspace application installed on our device. We use Microsoft Endpoint Manager (MEM) to manage our laptops. With Endpoint Manager you can easily deploy apps that are available in the Microsoft Store. I used the same method to deploy the Citrix Workspace app. Citrix workspace app download Is filled by doctors and pharmacists as an external and substance that obstructs the program of proinflammatory cytokines proteins, e. Note: This post has been compiled citrix cover the download version of Hyper-V App A fun related to try out This workspace, still in its source phases, is a new to old-style.

As of currently I find these settings to be providing the best end user experience, as it provides the users with the following experience:

  • No hassle of installing or updating the Citrix Workspace app, I have configured this through the Microsoft Store.
  • no struggles with receiver detection;
  • no need to manually allow downloading of .ICA files;
  • no user interruptions from login to desktop.

This might be contrary to modern management with which you give your end users more and more freedom of choice. But I do feel that some things just need to be taken care of for your end users.

Citrix Workspace deployment

Before we go on with the next steps we need to make sure that we have the Citrix Workspace application installed on our device. We use Microsoft Endpoint Manager (MEM) to manage our laptops. With Endpoint Manager you can easily deploy apps that are available in the Microsoft Store.

I used the same method to deploy the Citrix Workspace app. I did this using the following steps:

Citrix
  1. Go to Apps > Windows click on the Add button and choose Microsoft store app as the application type and click on Select.
  2. Enter the application details, such as the Name, Description, Publisher.:
  3. The application URL can be determined by visiting the Microsoft store, and searching for the Citrix Workspace application.
  4. If all went well you can click on Next.
  5. In the next window you can select your preferred assignments. Assign the application to a group, or whatever your prefer and click on Next.
  6. You can now click on Create to create your application deployment.
Use of citrix workspace app

After a while you should end up with a Citrix Workspace application installed on your machine. There are off course numerous other ways to get the Citrix Workspace application installed on a managed device. But this method provided is a modern and commonly used method.

Citrix Receiver/ Workspace detection

Citrix Receiver or Workspace detection is quite troublesome when it comes the new Microsoft Edge browser. As of now I could not find any information on how to make this detection work. From the past I can remember that is quite troublesome anyway. Because we already provided our end users with a Citrix Workspace app using the previously described Citrix Workspace deployment through the Windows Store. We can skip the receiver detection all together. Citrix has this process documented and it requires modification of the StoreFront web.config file.

For your convenience I have included the required steps below:

  1. Find the web.config file on your StoreFront server. This is typically located in the C:inetpubwwwrootCitrix<storename>Web directory. Replace <storename> with the name of your StoreFront store.
  2. With the file open, search for the phrase protocolHandler.
  3. Look for the entry with protocolHandler inside, in my case it was formatted as follows:
  4. Now go ahead make the change, and change <protocolHandler enabled=”true” to <protocolHandler enabled= “false”
  5. Save the web.config file and restart iis using iisreset (from an elevated command prompt.
  6. Note: if you have multiple StoreFront servers make sure that you apply the configuration change on each of your StoreFront servers.

Now if you revisit the StoreFront webpage, you should automatically be taken to the desktop list. Now you can open the preferred desktop without getting bothered by the Citrix Receiver detection.

Desktop not opened automatically

So there we go, Citrix Workspace/ Receiver detection is working. But wait, lets open a desktop. Dang, another user interruption:

The .ICA desktop file is not automatically opened due to the security features of the Microsoft Edge browser. This prevents automatic opening of downloaded files, which is essentially what is happening when you click on a desktop to launch. Fair enough, you need this kind of security nowadays. Luckily we can overcome this by setting specific Edge policies.

We need to set two edge policies in order to allow downloads of ICA files. If you have not done so already, you can create a device configuration profile in Microsoft Endpoint Manager in order to manage Microsoft Edge. You can also use traditional GPO’s, the policy names should be the same. I will guide you through the Endpoint Manager method in this article.

  1. In Microsoft Endpoint Manager, go to Devices and click on Configuration profiles
  2. Click on Create profile and choose Windows 10 and later as a platform and Administrative Templates as a profile. Click on Create
  3. Give the profile a sensible name, and click on Next.
  4. The first policy that we need to configure is: List of file types that should be automatically opened on download so search for that in the configuration settings. The setting type can be either device or user as a setting type. Configure ica as a file type:

5. Next up we want to make sure that our configuration is still secure. You don’t want to be wildly allowing ICA files to be opened from anywhere. So we need to set the additional setting URLs where AutoOpenFileTypes can apply. Set this to your StoreFront location:

6. Now we can finish up the wizard. Make sure you set the assignment to a group that you require.

You should now wait a while in order to allow Endpoint Manager to apply the configuration profile. But this should get rid of the extra download step from a user perspective.

Citrix Workspace Add Account pop-up

Once the desktop is launched, you will also notice the Citrix Workspace Add account pop-up.

This is not directly related to Edge, but I tried to make this article as complete as possible. You can disable this pop-up manually by selecting the checkbox Do not show this window automatically at logon.

One other option is to distribute the following registry key to your clients:

HKEY_LOCAL_MACHINESOFTWAREPoliciesCitrixEnableFTU=dword:00000000

Deployment of registry keys is somewhat limited using Microsoft Endpoint Manager. But current ways of doing this are:

  • Using PowerShell scripts
  • using custom MSI’s or other ways of installing the registry key.

Citrix Workspace Use All Monitors

I will walk you through the PowerShell method. For convenience I have included the PowerShell script as well. Here are the steps that you should take:

  1. From the Microsoft Endpoint Manager console, go to devices and then go to scripts. Click on Add to add a new script. Choose Windows 10.
  2. First you need the script saved in a .ps1 file, the script that I used is the following:
    New-Item -Path HKLM:SoftwarePoliciesCitrix
    New-ItemProperty -Path HKLM:SoftwarePoliciesCitrix -Name EnableFTU -PropertyType DWORD -Value 0

    This script is really simple, it first created the Citrix path, followed by a DWORD registry entry.
  3. Next up in the MEM console, give the script a name. And click Next.
  4. Select the script and leave all other toggles to its default value (we want to run the script under the SYSTEM context and not the user context)
  5. Select Next, assign the script to a group and finish up the script.

Now give MEM some time to distribute and execute the script.

Conclusion and wrap-up

This concludes this guide of using Citrix Workspace and Microsoft Edge together. The Edge browser is great and should be a great competitor in the browser space for the coming years. But is still very fresh, which does present some challenges currently. There is not a lot of information out there yet.

I hope this article helped you to overcome some of the challenges you will face with Citrix in conjunction with Microsoft Edge. If you have any other suggestions for Citrix and Microsoft Edge (Chromium) feel free to add them in the comments down below and I will make sure I will update the article accordingly.

  1. From your Chromebook, go to the Google Play Store:

2. Click into the Search Box and type Citrix and then press enter:

3. The Citrix Workspace app should appear:

4. Go ahead and click the Green Install button towards the right hand side:

5. When installation is complete, you will see a green “Open” button. Go ahead and click that button:

6. As the Citrix Workspace opens, you may be prompted to allow Citrix Workspace to allow access to items on your device – click Allow.

7. You will then be prompted to allow Workspace to make and manage phone calls – Click Allow.

8. You will then be prompted to allow Workspace to use Citrix Workspace service – Click Allow.

9. Click “Get Started”

10. On next screen enter https://citrix.wcsu.edu and make sure to toggle the switch next to “Add account type as Web Interface” to the right as shown below. Click continue.

11. For your username, enter everything before the @wcsu.edu in your email address. For example, if your email address is test001@wcsu.edu, you would enter test001 for your username along with your current email password. Click Log On.

12. Click APPS located in the top center of the window and then click the application that you would like to launch:

13. If prompted to Allow Workspace to record audio, choose Allow:

14. If prompted to Allow Workspace to access this device’s lcoation, choose Allow:

15. You may need to wait 2-5 minutes for the application to load depending on your internet connection. Once it loads, you may be presented with this screen. You can toggle the green button to the left.

Monitors

16. In this example, we launched SPSS. Now it is ready to use:

To Exit Out of Citrix

  1. Close your application:

You will be brought out of Citrix and back to the application list:

2. In the upper right hand corner, click your name and then click “Log Off”.

3. Click the X in the upper right hand corner:

To Go Back into Citrix Once it is Setup on the Chromebook:

Citrix Workspace Use 2 Monitors

  1. From your desktop, click the Launcher button in the lower left hand corner:

2. Click the up arrow to see a listing of applications on your Chromebook:

3. Look for the Citrix Workspace icon in your application listing and click it:

Citrix Workspace Use All Monitors

4. On the Accounts screen, Click the very top choice which for this example is called “Web Interface”.

5. For your username, enter everything before the @wcsu.edu in your email address. For example, if your email address is test001@wcsu.edu, you would enter test001 for your username along with your current email password. Click Log On.

6. Proceed to step #12 from above to continue logging in a using applications through Citrix.

Log Into Citrix Workspace

Was this article helpful?

Use Of Citrix Workspace Software

Related Articles