Deploy Dialpad with Intune

Deploy Dialpad with ease using this comprehensive guide on packaging and deploying the application through Microsoft Intune. Designed for both beginners and experienced IT professionals, this guide covers everything from fundamental concepts to advanced deployment strategies, ensuring a seamless process.


Step 1: Understand Intune and Its Capabilities

Microsoft Intune as a cloud based solution (Formally known as Endpoint manager) Its main functions are MAM and MDM. Before deploying any app, ensure you understand Intune’s capabilities:

  1. App management.
  2. Device compliance policies.
  3. Integration with Azure Active Directory (Azure AD).

For more information, review Intune’s official documentation.


Step 2: Prepare the Dialpad Application

Download the Installer

  1. Visit the Dialpad official download page OR Download from their website.
  2. Download the installer for your target platform (Windows or macOS).
    • For Windows, ensure the .msi or .exe file is obtained.
    • For macOS, download the .pkg file.

Gather App Metadata

Collect the following information:

  • App Name: Dialpad.
  • Publisher: Dialpad, Inc.
  • Installation Commands (if any).
  • Uninstall Commands (for silent removal).

Step 3: Test the Application Installation Locally

Before deploying via Intune, test the installation process on a local device:

  1. Run the installer manually.
  2. Check if the app installs and launches successfully.
  3. Note any prerequisites or dependencies (e.g., .NET Framework, Visual C++ Redistributables).

Step 4: Convert the Installer into Intune-Friendly Format

For deployment via Intune, use the Microsoft Win32 Content Prep Tool:

Install the Prep Tool

  1. Download the Win32 Content Prep Tool from the Microsoft GitHub repository.
  2. Extract the downloaded zip file.

Prepare the Installer

  1. Place the Dialpad installer in a dedicated folder (e.g., C:\IntunePackages\Dialpad).
  2. Open PowerShell as Administrator.
  3. Navigate to the folder containing the prep tool.
  4. Run the following command:
PowerShell
.\IntuneWinAppUtil.exe -c C:\IntunePackages\Dialpad -s DialpadSetup.msi -o C:\IntunePackages\Output

5. The output will generate a .intunewin file, ready for upload.

image 115

Step 5: Deploy Dialpad App in Intune

Upload the App

  1. Log in to the Intune Admin Portal.
  2. Navigate to Apps > All Apps > Add.
  3. Choose the Windows app (Win32) as the app type.
  4. Upload the .intunewin file.
image 116

Configure App Information

  1. Enter details such as:
    • Name: Dialpad.
    • Description: “Dialpad Unified Communication Platform.”
    • Publisher: Dialpad, Inc.
  2. Add an appropriate logo (optional).
  3. Click Next.
image 117

Configure Program

  1. Install Command: Use the default if available or specify any required silent installation switches, e.g.,:

msiexec /i "DialpadSetup_x64.msi" /qn

  1. Uninstall Command: Specify the silent uninstall command, e.g.,:

msiexec /x "{F6297FC5-67E3-467F-89D7-EFC7131D33B6}" /qn

  1. Installation time : Specify the time
  2. Leave the default settings.
  3. Click Next.
image 118

Configure Requirements

  1. Specify minimum system requirements (e.g., OS version, disk space).
  2. Add architecture constraints if needed (e.g., x64 only).
  3. Click Next.
image 119

Detection Rules

  1. Choose a detection method (e.g., MSI or file presence).
    • For MSI detection, use the product code.
    • For file detection, specify the path to the app’s executable.
  2. Click Next.
image 120

Assign the App

  1. Select the assignment group (e.g., All Devices, All Users, or a custom group).
  2. Configure app delivery:
    • Required: Installs automatically.
    • Available for enrolled devices: Allows users to install from the Company Portal.
  3. Click Next.
image 121

Review and Save

  1. Review all settings.
  2. Click Create to deploy the app.
image 122

Step 6: Monitor Deployment

  1. Navigate to Apps > Monitor > App Install Status in the Endpoint Manager Admin Center.
  2. Check the deployment status.
  3. Troubleshoot any issues by reviewing logs in C:\ProgramData\Microsoft\IntuneManagementExtension\Logs.
image 123

Best Practices

  1. Always test deployment in a controlled environment before rolling out to production.
  2. Keep the Dialpad installer and app information updated.
  3. Regularly monitor app performance and user feedback.
  4. Document any custom configurations or exceptions for future reference.
  5. Enable the SSO with Dialpad for best user experience and automatically onboard.

FAQs

1. How do I create an Intune-friendly installer for Dialpad
Use the Microsoft Win32 Content Prep Tool to convert the Dialpad installer (.msi or .exe) into a .intunewin file. Follow the steps outlined in Step 4 of this guide.

2. What are the silent install and uninstall commands for Dialpad?
For installation, use:

msiexec /i DialpadSetup.msi /quiet

For uninstallation, use:

msiexec /x {PRODUCT_CODE} /quiet

Replace {PRODUCT_CODE} with the GUID of the Dialpad app.

3. How do I troubleshoot failed Dialpad app installations via Intune?
Check the log files located at:

C:\ProgramData\Microsoft\IntuneManagementExtension\Logs

Look for errors and verify detection rules, prerequisites, and system requirements.

4. Can I assign the Dialpad app to specific user groups in Intune?
Yes, you can assign the app to specific user or device groups during the “Assign the App” step. This allows targeted deployment.

5. How do I ensure Dialpad remains compliant with company policies?
Use Intune’s App Protection Policies to enforce data security and compliance requirements for Dialpad and other managed apps.


This guide equips you to successfully package and deploy the Dialpad app using Intune, ensuring seamless installation and management across devices.


Stay updated on the latest in Microsoft 365, SharePoint, OneDrive, Teams, Intune, and more! Subscribe to our newsletter for exclusive insights and updates.

Leave a Reply