

- #Enable usb logging for citrix receiver for mac how to#
- #Enable usb logging for citrix receiver for mac install#
- #Enable usb logging for citrix receiver for mac windows 10#
- #Enable usb logging for citrix receiver for mac download#
#Enable usb logging for citrix receiver for mac windows 10#
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.
#Enable usb logging for citrix receiver for mac 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.
#Enable usb logging for citrix receiver for mac 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.

This includes the Virtual Channel SDK, ICA Client Object SDK, and Fast Connect API.
#Enable usb logging for citrix receiver for mac 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.
