Add a LOB App Flashcards
(37 cards)
What is the extension file you must use to add an Android LOB app?
.apk
What are the 8 steps to add a LOB app for any platform?
- Select Apps > All Apps > Create.
- In the Select app type pane, under the Other app types, select Line-of-business app.
- Click Select. The Add app steps are displayed.
- Select and upload the package file
- Set App information. Some of the values might be automatically populated
- Scope tags
-
Assignments: Select the groups for the following sections (Depending on the platform, can be slightly different)
Required, Available for enrolled devices, Available with or without enrollment, Uninstall - Review + create
What is the extension file you must use to add an iOS/iPadOS LOB app?
.ipa
What are the 5 extension file you must use to add an Windows LOB app?
- .msi
- .msix
- .msixbundle
- .appx,
- .appxbundle
What is the extension file you must use to add an macOS LOB app?
.pkg
What must a .pkg file be in order to be deployed using Microsoft Intune?
.pkg file must be a component package or a package containing multiple packages
A component package refers to a specific type of package structure that can include various components or sub-packages.
What should a .pkg file not contain for successful deployment with Microsoft Intune?
.pkg file must not contain a bundle, disk image, or .app file
Bundles and disk images are types of file formats that do not meet the deployment criteria.
What type of certificate must a .pkg file be signed with?
A ‘Developer ID Installer’ certificate obtained from an Apple Developer account
This certificate is essential for ensuring the integrity and authenticity of the package.
What must be included in the .pkg file for it to be deployed using Microsoft Intune?
.pkg file must contain a payload
A payload refers to the actual content or software that is being delivered within the package.
What is the maximum size limit for a .pkg file per app?
8 GB
This size limit ensures efficient handling and deployment of applications.
During the add process, in app information, what are the 2 values that differ and must be set for Android platform?
- Targeted platform: From the list, choose the targeted platform on which the app can be installed.
- Minimum Operating System: From the list, choose the minimum operating system version on which the app can be installed.
When you set app informations, what happens if you assign the app to a device with an earlier operating system than the one you choose?
The app will not be installed on the device with an earlier operating system
What is the maximum size limit for iOS/iPadOS LOB apps?
2 GB per app
During the add process, in app information, what is the value that differ and must be set for iOS platform?
Minimum Operating System:
What is required for macOS LOB apps to be displayed in the apps section?
A logo is required
True or False: macOS LOB apps without a logo will be displayed in the apps section.
False
During the add process, in app information, what are the 4 value that differ and must be set for macOS platform?
- Minimum Operating System
- Ignore app version
- Install as managed:
- Included apps
In App information page, in “Ignore app version” value, what should you select to install the app if it is not already installed on the device?
Select Yes
This option is also selected if the deploying app’s version number does not match the version that’s already installed.
In App information page, in “Ignore app version” value, what does selecting ‘No’ do in the context of app installation?
Only install the app when it isn’t already installed or version mismatch
This means the app will not be installed if it is already present and up to date.
In App information page, in “Install as managed” value, what is the default value for installing a Mac LOB app as a managed app?
No
This means that unless specified otherwise, the app will not be installed as managed.
In App information page, in “Install as managed” value, what is required for a macOS LOB app to be installed as managed?
Single app without nested packages, installs to /Applications directory
Managed apps can be uninstalled using the uninstall assignment type.
What should be reviewed and edited in the uploaded file?
Included apps
This includes the app bundle IDs and build numbers for monitoring installation status.
In App information page, what should the Included apps list contain?
Only applications installed by the uploaded file in Applications folder
Any non-application files or apps not in the Applications folder should be removed.
What tool can be used to confirm included app details of an installed app?
Mac Terminal
This can help verify app information for accurate reporting.