Deploying applications at scale can be challenging, especially when catering to remote or hybrid workforces. In this blog post, we’ll walk through a simple and effective method to deploy Power BI Desktop 64-bit using Microsoft Intune. Whether you’re a system administrator looking to streamline your deployment process or a tech enthusiast managing enterprise software, this guide will help you automate and manage the installation of Power BI seamlessly across your organization.
Download Link: https://www.microsoft.com/en-us/download/details.aspx?id=58494
Things to consider during the packaging of applications
Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: PBIDesktopSetup_x64.exe
Please specify the output folder: [OUTPUT_APP_PACKAGE_FOLDER_NAME]
(Refer Win32 Packaging Instructions: https://sysopsinsiders.com/packaging-win32-app-for-intune-upload)
Uploading and Deploying PowerBI Desktop Win32 Package into Intune
Login to Microsoft Intune Admin Center: https://intune.microsoft.com/
Upload the PBIDesktopSetup_x64.intunewin win32 file
I have mentioned only the following parameters during the deployment process. Other settings are similar for every application, or you can set them as required. Make sure the following parameters, such as Install, Uninstall, and Detection Rules, are set for this application.
Parameters | Command / Value |
Install Command (silent) | PBIDesktopSetup_x64.exe -quiet LANGUAGE=en-US ACCEPT_EULA=1 |
Uninstall Command (silent) | PBIDesktopSetup_x64.exe -quiet -uninstall |
Detection Rules | Add - rule type - File
Associated with 32 bit app - No |
Refer to the complete instructions provided regarding uploading and deploying the win32 App to Intune from the link below
https://sysopsinsiders.com/upload-and-deploy-win32-application-using-microsoft-intune/