Skip to content

Commit 8d1a4cf

Browse files
author
Angela Fleischmann
authored
Merge pull request #7898 from MicrosoftDocs/main
Publish 06/28/2022 3:30 PM PT
2 parents c01fecc + 30f12b0 commit 8d1a4cf

10 files changed

Lines changed: 90 additions & 184 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "memdocs/intune/user-help/how-to-set-the-period-before-your-android-device-is-locked.md",
5+
"redirect_url": "/mem/intune/user-help/set-the-amount-of-time-before-your-device-is-locked-android",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "memdocs/intune/user-help/how-to-reconnect-a-compromised-android-device.md",
10+
"redirect_url": "/mem/intune/user-help/your-device-is-rooted-and-you-cant-connect-android",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "memdocs/intune/user-help/how-to-encrypt-your-windows-device.md",
15+
"redirect_url": "https://support.microsoft.com/windows/turn-on-device-encryption-0c453637-bc88-5f74-5105-741561aae838",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path": "memdocs/intune/fundamentals/end-user-mam-apps-android.md",
520
"redirect_url": "/mem/intune/user-help/use-managed-apps-on-your-device-android",

memdocs/intune/developer/app-wrapper-prepare-ios.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,26 @@ Open the macOS Terminal and run the following command:
203203
204204
You can use the following command line parameters with the App Wrapping Tool:
205205
206+
> [!NOTE]
207+
> If you are using MFA authentication the -aa, -ac, and -ar parameters are not optional. You need to specify them in order to allow the MFA redirection to work during the sign-in process.
208+
>
209+
> **Example:** The following example command runs the App Wrapping Tool, incorporating the required commands when MFA is used in the authentication process.
210+
>
211+
>```bash
212+
>./IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager -i ~/Desktop/MyApp.ipa -o ~/Desktop/MyApp_Wrapped.ipa -p ~/Desktop/My_Provisioning_Profile_.mobileprovision -c "12 A3 BC 45 D6 7E F8 90 1A 2B 3C DE F4 AB C5 D6 E7 89 0F AB" -aa https://login.microsoftonline.com/common -ac "Client ID of the input app if the app uses the Microsoft Authentication Library" -ar "Redirect/Reply URI of the input app if the app uses the Microsoft Authentication Library" -v true
213+
>```
214+
215+
206216
|Property|How to use it|
207217
|---------------|--------------------------------|
208218
|**-i**|`<Path of the input native iOS application file>`. The file name must end in .app or .ipa. |
209219
|**-o**|`<Path of the wrapped output application>` |
210220
|**-p**|`<Path of your provisioning profile for iOS apps>`|
211221
|**-c**|`<SHA1 hash of the signing certificate>`|
212222
|**-h**| Shows detailed usage information about the available command line properties for the App Wrapping Tool. |
213-
|**-aa**|(Optional) `<Authority URI of the input app if the app uses the Microsoft Authentication Library>` i.e `https://login.microsoftonline.com/common` |
214-
|**-ac**|(Optional) `<Client ID of the input app if the app uses the Microsoft Authentication Library>` This is the guid in the Client ID field from your app's listing in the App Registration blade. |
215-
|**-ar**|(Optional) `<Redirect/Reply URI of the input app if the app uses the Microsoft Authentication Library>` This is the Redirect URI configured in your App Registration. Typically it would be the URL protocol of the application that the Microsoft Authenticator app would return to after brokered authentication. |
223+
|**-aa**|(Optional when MFA is not used) `<Authority URI of the input app if the app uses the Microsoft Authentication Library>` i.e `https://login.microsoftonline.com/common` |
224+
|**-ac**|(Optional when MFA is not used) `<Client ID of the input app if the app uses the Microsoft Authentication Library>` This is the guid in the Client ID field from your app's listing in the App Registration blade. |
225+
|**-ar**|(Optional when MFA is not used) `<Redirect/Reply URI of the input app if the app uses the Microsoft Authentication Library>` This is the Redirect URI configured in your App Registration. Typically it would be the URL protocol of the application that the Microsoft Authenticator app would return to after brokered authentication. |
216226
|**-v**| (Optional) Outputs verbose messages to the console. It is recommended to use this flag to debug any errors. |
217227
|**-e**| (Optional) Use this flag to have the App Wrapping Tool remove missing entitlements as it processes the app. See [Setting app entitlements](#setting-app-entitlements) for more details.|
218228
|**-xe**| (Optional) Prints information about the iOS extensions in the app and what entitlements are required to use them. See [Setting app entitlements](#setting-app-entitlements) for more details. |

memdocs/intune/user-help/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ items:
9191
href: use-microsoft-tunnel-android.md
9292
- name: Installing Company Portal app in China
9393
href: install-company-portal-android-china.md
94+
- name: Set up Datalert app for Android
95+
href: enroll-your-device-with-telecom-expense-management-android.md
9496
- name: Resolve a threat in MTD app
9597
items:
9698
- name: Lookout for Work
@@ -138,7 +140,9 @@ items:
138140
- name: Where to find work or school apps for iOS/iPadOS
139141
href: use-managed-apps-on-your-device-ios.md
140142
- name: Use Microsoft Tunnel for iOS
141-
href: use-microsoft-tunnel-iOS.md
143+
href: use-microsoft-tunnel-iOS.md
144+
- name: Set up Datalert app for iOS
145+
href: enroll-your-device-with-telecom-expense-management-ios.md
142146
- name: Update device settings
143147
items:
144148
- name: Set or change your passcode
Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# required metadata
33

4-
title: Enroll your Android device in telecom expense management with Intune
5-
description: Learn how to enroll an Android device into telecom expense management.
4+
title: Set up Datalert app for Android
5+
description: Set up the Datalert app and service on an Intune-enrolled Android device.
66
keywords:
77
author: lenewsad
88
ms.author: lanewsad
@@ -29,44 +29,45 @@ ms.custom: intune-enduser
2929
ms.collection:
3030
---
3131

32-
# Enroll your Android device in telecom expense management
32+
# Set up Datalert app for Android
3333

34-
Your organization may be using telecom expense management software to ensure that their data and voice plans are being used within acceptable limits. Once you have completed enrolling your device, you will then be prompted to select the best category for that device.
34+
Workplaces use telecom expense management software to ensure that data and voice plans are being used within acceptable limits. If your organization monitors telecom usage, you may be required to install the Datalert app on your enrolled device. This article describes how to install and set up Datalert on your device.
3535

36-
![A screenshot of the "selecting the best category for a device" screen on an iOS device. It shows a selection of corporate or personal enrollment.](./media/and-enroll-11-tem-select-best-category.png)
36+
## Install app and sign in
37+
After enrollment, tap the notification sent to your device to install the [Datalert app](https://play.google.com/store/apps/details?id=fr.memobox.databox) from the Google Play store.
3738

38-
Select the appropriate option, and you will receive a notification to install the [__Datalert__](https://play.google.com/store/apps/details?id=fr.memobox.databox) app from the Google Play Store. The Datalert app is how your organization can measure data usage. If your organization has configured the work or school enrollment option, you will be required to log in with your work or school account. If this hasn't been enabled, you will need to provide information such as your phone number and verify your device using a code to enroll into the Datalert service from the app.
39+
If you don't receive a notification, you can still install Datalert from Google Play, but instead of using your work or school account, you must provide your phone number and verify your device using a code. Contact your support person for more information about the code.
3940

40-
Tap the __next__ arrow at the top right corner of the screen to proceed. Your company support should tell you whether you'll sign in with your __Microsoft work or school account__ or to use your __phone number__.
41+
![A screenshot of the Datalert app welcome screen, which prompts you to move to the next screen after providing a brief explanation about how Datalert can get you the most out of your data plan.](./media/and-enroll-12-tem-datalert-setup.png)
4142

42-
![A screenshot of the Datalert app welcome screen, which prompts you to move to the next screen after providing a brief explanation about how Datalert can get you the most out of your data plan.](./media/and-enroll-12-tem-datalert-setup.png)
43+
Once you've set up your account with Datalert, you can begin monitoring your data usage by day, week, and month in the app. Your organization can monitor your voice and data plan to prevent overages and unexpected roaming costs.
4344

44-
## Enroll into Datalert using your Microsoft work or school account
45+
![A screenshot of the Datalert app monitoring today's data usage.](./media/and-enroll-15-tem-datalert-monitoring-active.png)
4546

46-
1. Select __Enroll with Microsoft account__.
47+
### Set up with work or school account
48+
Use your Microsoft work or school account to set up Datalert on your device.
4749

48-
![An image of the Settings screen of the Datalert app, which offers a phone number field to enroll a device on the top half of the screen and "enroll with Microsoft account" on the bottom, so long as you have a Microsoft Office 365 account and an Intune subscription.](./media/and-enroll-12a-tem-datalert-enroll-msft-account.png)
50+
1. Open Datalert and select __Enroll with Microsoft account__.
4951

50-
2. Choose your work or school account from the available accounts. If your account is not listed, you can sign in to it using the **Add account** button.
52+
![An image of the Settings screen of the Datalert app, which offers a phone number field to enroll a device on the top half of the screen and "enroll with Microsoft account" on the bottom, so long as you have a Microsoft Office 365 account and an Intune subscription.](./media/and-enroll-12a-tem-datalert-enroll-msft-account.png)
53+
54+
2. Select your Microsoft work or school account. If it's not listed, select **Add account** to sign in manually.
5155

5256
![A screenshot of the "Pick account" screen, showing a sample account and the Add account button.](./media/and-enroll-12b-tem-datalert-enroll-select-msft-account.png)
5357

54-
3. Datalert setup will work for a few moments, then should complete. Tap __Finish__ when it completes.
58+
3. Wait while Datalert setup runs and then tap __Finish__ when complete.
5559

56-
## Enroll into Datalert using your phone number
60+
### Set up with phone number
61+
Use your phone number to set up Datalert on your device.
5762

58-
1. Provide your device's phone number.
63+
1. Open Datalert and enter the device phone number.
5964

6065
![A screenshot of the Datalert app requesting a phone number.](./media/and-enroll-13-tem-datalert-phone-number.png)
6166

62-
2. You will then receive a verification code through an SMS message. Provide the code and tap __OK__.
67+
2. A verification code is sent to the device by SMS. Copy and enter the code into the app and then tap __OK__.
6368

6469
![A screenshot of the Datalert app requesting the SMS verification code.](./media/and-enroll-14-tem-datalert-sms.png)
6570

66-
3. Once you've provided the verification code, Datalert setup will complete. Tap __Finish__ and you will be able to monitor your data from the Datalert app.
67-
68-
![A screenshot of the Datalert app monitoring today's data usage.](./media/and-enroll-15-tem-datalert-monitoring-active.png)
69-
70-
Once you've enrolled, you will begin to see your data usage in the Datalert app.
71+
3. Wait while Datalert setup runs and then tap __Finish__ when complete.
7172

72-
Still need help? Contact your company support. For contact information, check the [Company Portal website](https://go.microsoft.com/fwlink/?linkid=2010980).
73+
Still need help? Contact your support person. For contact information, check the [Company Portal website](https://go.microsoft.com/fwlink/?linkid=2010980).
Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# required metadata
33

4-
title: Enroll your iOS device in telecom expense management with Intune
5-
description: Learn how to enroll an iOS device into telecom expense management.
4+
title: Set up Datalert app for iOS
5+
description: Set up the Datalert app and service on an Intune-enrolled iOS or iPad device.
66
keywords:
77
author: lenewsad
88
ms.author: lanewsad
@@ -29,45 +29,47 @@ ms.custom: intune-enduser
2929
ms.collection:
3030
---
3131

32-
# Enroll your iOS device in telecom expense management
32+
# Set up Datalert app for iOS and iPad
3333

34-
Your organization may be using telecom expense management software to ensure that their data and voice plans are being used within acceptable limits. Once you have completed enrolling your device, you will then be prompted select the best category for that device.
34+
Workplaces use telecom expense management software to ensure that data and voice plans are being used within acceptable limits. If your organization monitors telecom usage, you may be required to install the Datalert app on your enrolled device. This article describes how to install and set up Datalert.
3535

36-
![A screenshot of the "selecting the best category for a device" screen on an iOS device. It shows a selection of corporate or personal enrollment.](./media/ios-enroll-10-tem-select-best-category.png)
36+
## Install app and sign in
3737

38-
Select the appropriate option, and you will receive a notification to install the [__Datalert__](https://itunes.apple.com/app/datalert/id771029268?mt=8) app from the App Store. The Datalert app is how your organization can measure data usage. If your organization has configured the Microsoft work or school enrollment option, you will be required to log in with your work or school account. If this hasn't been enabled, you will need to provide information such as your phone number and verify your device using a code to enroll into the Datalert service from the app.
38+
After enrollment, tap the notification sent to your device to install the [Datalert app](https://play.google.com/store/apps/details?id=fr.memobox.databox) from the App Store.
3939

40-
![A screenshot of the Datalert app welcome screen, which prompts you to move to the next screen after providing a brief explanation about how Datalert can get you the most out of your data plan.](./media/ios-enroll-11-tem-datalert-setup.png)
40+
If you don't receive a notification, you can still install Datalert from Google Play, but instead of using your work or school account, you must provide your phone number and verify your device using a code. Contact your support person for more information about the code.
4141

42-
## Enroll into Datalert using your Microsoft work or school account
42+
![A screenshot of the Datalert app welcome screen, which prompts you to move to the next screen after providing a brief explanation about how Datalert can get you the most out of your data plan.](./media/and-enroll-12-tem-datalert-setup.png)
4343

44-
> [!NOTE]
45-
> You need to have the [Microsoft Authenticator](/azure/multi-factor-authentication/end-user/microsoft-authenticator-app-how-to) app installed and active on your phone to enroll this way.
44+
Once you've set up your account with Datalert, you can begin monitoring your data usage by day, week, and month in the app. Your organization can monitor your voice and data plan to prevent overages and unexpected roaming costs.
4645

47-
1. Select __Enroll with Microsoft account__.
46+
![A screenshot of the Datalert app monitoring today's data usage.](./media/and-enroll-15-tem-datalert-monitoring-active.png)
4847

49-
![An image of the Settings screen of the Datalert app, which offers a phone number field to enroll a device on the top half of the screen and "enroll with Microsoft account" on the bottom, so long as you have a Microsoft Office 365 account and an Intune subscription.](./media/ios-enroll-11a-tem-datalert-enroll-msft-account.png)
5048

51-
2. You'll receive a notification that __"Datalert" wants to open "Authenticator"__. Select __Open__.
49+
### Set up with work or school account
50+
Use your Microsoft work or school account to set up Datalert on your device.
5251

53-
![An image of the popup prompting the user to open the Authenticator app at the request of the Datalert app.](./media/ios-enroll-11b-tem-datalert-open-authenticator.png)
52+
> [!IMPORTANT]
53+
> [Microsoft Authenticator](/azure/multi-factor-authentication/end-user/microsoft-authenticator-app-how-to) must be installed and active on your phone to enroll this way.
5454
55-
3. Sign in with your __Microsoft school or work account__. Datalert setup will work for a few moments, then should complete. Tap __Finish__ when it completes.
55+
1. Open the Datalert app and select __Enroll with Microsoft account__.
5656

57-
## Enroll into Datalert using your phone number
57+
2. When prompted to open Authenticator, select __Open__.
5858

59-
1. Provide your device's phone number.
59+
![An image of the popup prompting the user to open the Authenticator app at the request of the Datalert app.](./media/ios-enroll-11b-tem-datalert-open-authenticator.png)
6060

61-
![A screenshot of the Datalert app requesting a phone number.](./media/ios-enroll-12-tem-datalert-phone-number.png)
61+
3. Sign in with your Microsoft work or school account.
6262

63-
2. You will then receive a verification code through an SMS message. Provide the code and tap __OK__.
63+
4. Wait while Datalert setup runs and then tap __Finish__ when complete.
6464

65-
![A screenshot of the Datalert app requesting the SMS verification code.](./media/ios-enroll-13-tem-datalert-sms.png)
65+
### Set up with phone number
66+
Use your phone number to set up Datalert on your device.
6667

67-
3. Once you've provided the verification code, Datalert setup will complete. Tap __Finish__ and you will be able to monitor your data from the Datalert app.
68+
1. Open Datalert and enter the device phone number.
69+
2. A verification code is sent to the device by SMS. Copy and enter the code into the app and then tap __OK__.
6870

69-
![A screenshot of the Datalert app monitoring today's data usage.](./media/ios-enroll-14-tem-datalert-monitoring-active.png)
71+
![A screenshot of the Datalert app requesting the SMS verification code.](./media/ios-enroll-13-tem-datalert-sms.png)
7072

71-
Once you've enrolled, you will begin to see your data usage in the Datalert app.
73+
3. Wait while Datalert setup runs and then tap __Finish__ when complete.
7274

73-
Still need help? Contact your company support. For contact information, check the [Company Portal website](https://go.microsoft.com/fwlink/?linkid=2010980).
75+
Still need help? Contact your support person. For contact information, check the [Company Portal website](https://go.microsoft.com/fwlink/?linkid=2010980).

memdocs/intune/user-help/how-to-encrypt-your-windows-device.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)