
- #Citrix workspace for mac how to#
- #Citrix workspace for mac install#
- #Citrix workspace for mac full#
- #Citrix workspace for mac windows 10#
With the right tools and a bit of effort, Citrix Workspace app can be re-packaged into a single Windows Installer file. Re-package Citrix Workspace app for Windows Installer Once deployed, devices must then rely on auto-updates to ensure that Workspace app is kept up-to-date. $Url = "" $Target = " $ env : SystemRoot \Temp\CitrixWorkspaceApp.exe" $Arguments = '/AutoUpdateCheck=Auto /AutoUpdateStream=Current /DeferUpdateCount=3 /AURolloutPriority=Slow /NoReboot /Silent EnableCEIP=False' Start-BitsTransfer -Source $Url -Destination $Target -Priority High -TransferPolicy Always -ErrorAction Continue Start-Process -FilePath $Target -ArgumentList $Arguments -Wait
#Citrix workspace for mac install#
Your command line options might differ depending on your target environment, but the example script below will download and install the Workspace app.

We need a consistent URL that will always download the latest version of Workspace app and a command line to perform a silent installation.
#Citrix workspace for mac windows 10#
Like we’ve done previously with Citrix Receiver, the Workspace app can be deployed to Windows 10 machines via Intune with PowerShell without requiring custom packaging.


Once deployed, the Store will take care of updates, thus there is no further action required by the administrator.Ĭitrix Workspace app in the Microsoft Intune Company Portal The Workspace app can be assigned as available for end-users to install via the Intune Company Portal or required for automatic deployment. How’s that for done and dusted? - I’m sure you’ve got better things to do than package and maintain applications.
#Citrix workspace for mac full#
#Citrix workspace for mac how to#
Here’s how to deploy it across various supported platforms in a modern management capacity with Microsoft Intune. Citrix Workspace app is here to replace Citrix Receiver with a new UI and capabilities (primarily for Citrix Cloud customers).
