Skip to content

Deploying TELAIR Connect PWA via Microsoft Intune

Document IDKB-INTUNE-PWA-001
Applies ToWindows 10/11, Microsoft Edge, Microsoft Intune

This article describes how to automatically deploy the TELAIR Connect Progressive Web App (PWA) to Windows devices using Microsoft Intune. Once deployed, the application will install silently on enrolled devices and appear in the Start menu and optionally on the desktop.

Progressive Web Apps are web applications that provide an app-like experience without requiring installation from an app store. They run in Microsoft Edge but appear and behave like native desktop applications, with their own window and taskbar presence.

  • Devices must be enrolled in Microsoft Intune
  • Microsoft Edge must be installed on target devices
  • Edge must be launched at least once before the PWA will install
  • Administrator access to the Microsoft Intune admin center
  • Users must have network access to triton-ca2.telair.net

Step 1: Access Intune Configuration Profiles

Section titled “Step 1: Access Intune Configuration Profiles”
  1. Sign in to the Microsoft Intune admin center at https://intune.microsoft.com
  2. In the left navigation pane, select Devices
  3. Select Windows
  4. Click Configuration profiles

Step 2: Create a New Configuration Profile

Section titled “Step 2: Create a New Configuration Profile”
  1. Click + Create and select New Policy
  2. For Platform, select Windows 10 and later
  3. For Profile Type, select Settings catalog
  4. Click Create
  1. Enter a descriptive name for the profile (e.g., “Edge - Install PWA - TELAIR Connect”)
  2. Optionally enter a description
  3. Click Next
  1. In Configuration settings, click + Add settings
  2. In the Settings picker, search for “WebAppInstallForceList”
  3. Select Microsoft Edge from the category list
  4. Select Configure list of force-installed Web Apps (the Device setting)
  5. Close the settings picker
  1. Toggle the Configure list of force-installed Web Apps setting to Enabled
  2. In the “URLs for Web Apps to be silently installed” field, enter the following JSON configuration:
[
{
"url": "https://triton-ca2.telair.net/connect/app",
"custom_name": "TELAIR Connect",
"create_desktop_shortcut": true,
"default_launch_container": "window"
}
]
  1. Click Next to proceed
  1. In the Assignments tab, click Add groups
  2. Select the device groups or user groups that should receive the PWA
  3. Alternatively, select Add all devices or Add all users for organization-wide deployment
  4. Click Next
  1. Review all settings in the Review + create tab
  2. Click Create to deploy the configuration profile

The following table describes all available configuration options for PWA deployment:

PropertyRequiredDescription
urlYesThe URL of the web application to install
custom_nameNoDisplay name for the app (uses site name if not specified)
create_desktop_shortcutNoIf true, creates a desktop shortcut
default_launch_containerNo”window” for standalone app, “tab” for browser tab
fallback_app_nameNoName to use if site doesn’t provide one
custom_iconNoCustom icon URL (hash and url properties)

After the policy applies to a device, verify the PWA installation using these methods:

  1. Check for the TELAIR Connect shortcut on the desktop (if enabled) and in the Start menu
  2. Open Microsoft Edge and navigate to edge://apps to see installed web apps
  3. Check Windows Settings > Apps > Installed apps for “TELAIR Connect”
  4. In Intune, monitor the configuration profile deployment status under Devices > Configuration profiles > [Profile Name] > Device status
  • Ensure Microsoft Edge has been launched at least once on the device
  • Verify the device has synced with Intune (Settings > Accounts > Access work or school > Info > Sync)
  • Check the configuration profile assignment to ensure the device is targeted
  • Allow time for policy to propagate (can take several hours)
  • The icon may take a few minutes to fully load after initial installation
  • Ensure the device can reach the PWA URL to fetch the manifest and icons
  • Multiple configuration profiles with WebAppInstallForceList will conflict
  • Consolidate all PWA definitions into a single configuration profile

Intune policy application can be verified in Event Viewer under:

Applications and Services Logs > Microsoft > Windows > DeviceManagement-Enterprise-Diagnostics-Provider > Admin

Look for Event ID 814 which indicates string policy application.

  • Users cannot uninstall force-installed PWAs while the policy is applied
  • The PWA will be removed if the device is unenrolled from Intune or the policy is removed
  • Pinning to taskbar or Start menu is not automatic; users will be prompted on first launch
  • This method requires Microsoft Edge; Chrome requires a separate policy