

- #UNINSTALL CITRIX RECEIVER WINDOWS 10 HOW TO#
- #UNINSTALL CITRIX RECEIVER WINDOWS 10 INSTALL#
- #UNINSTALL CITRIX RECEIVER WINDOWS 10 WINDOWS 10#
- #UNINSTALL CITRIX RECEIVER WINDOWS 10 DOWNLOAD#
We used a simple approach to the deployment of a non-MSI application to Windows 10 via Intune with a PowerShell script. Post-deployment, we can rely on the updater functionality built into the latest Receiver releases to keep end-points up to date.
#UNINSTALL CITRIX RECEIVER WINDOWS 10 DOWNLOAD#
fail to download the CitrixReceiver.exe), but there could be edge cases where installation fails as a result of some very specific circumstances. Note that the script will only run once per target device - it should be unlikely that the device will receive the script and have it fail (e.g. Once deployed, we can track successful installations in the Overview blade. Install-CitrixReceiver.ps1 alongside other PowerShell scripts Your script should then be listed as an assigned script. Save the script locally and then in the Azure Portal, Intune blade, under Device Configuration / PowerShell scripts, add a new script and upload the saved script.Īdding the Install-CitrixReceiver.ps1 script to IntuneĪssign the script to an Azure AD group for target users or devices. An improved version of this script can be found in a GitHub repository here: Deploying via Intuneĭeploying the script via Intune is done just like any other PowerShell script. The script could be extended with some additional error checking and logging to provide some additional auditing of the installation, but I have tested this successfully.
#UNINSTALL CITRIX RECEIVER WINDOWS 10 INSTALL#
Here’s a simple script to detect whether Receiver is installed and if not, download and install Receiver using a specific set of command line options. If you do need these features, then continue onto deploying Receiver via PowerShell. If you can work without the features above, then use the Store version instead of deploying Receiver via a script, as it allows you to make the application available for end-user initiated installs and simpler application management. URL redirection and its dependent functionalities like Local App Access and Client-hosted apps are not supported.On a Windows 10 S device, you cannot collect the CDF trace using the CDFControl tool.For more information, see Knowledge Center article CTX230095.

#UNINSTALL CITRIX RECEIVER WINDOWS 10 HOW TO#
You can create a custom wrapper to deploy Receiver, but this requires a packaging tool and some specific knowledge on how to package applications. Applications such as Citrix Receiver, that are a single EXE (that wraps multiple MSI files), can, therefore, be challenging. If you’ve deployed Windows 10 Modern Management you’ll know that some applications present a challenge for deployment, because Windows 10 MDM supports the Win32 applications via a single MSI file only.
