From e9bf6c7c0803da9fc9422b17b949e428584140e8 Mon Sep 17 00:00:00 2001 From: Meghana Athavale Date: Tue, 27 Aug 2024 12:38:38 +0530 Subject: [PATCH 1/4] as per 9296007 --- Teams/edu-parents-app.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Teams/edu-parents-app.md b/Teams/edu-parents-app.md index 90b9a24004..384abaa6ca 100644 --- a/Teams/edu-parents-app.md +++ b/Teams/edu-parents-app.md @@ -70,10 +70,15 @@ At any time, the app can be turned off at the tenant level using [Allow and bloc The Parents app can also be turned off at the user level using [Manage app permission policies in Microsoft Teams](teams-app-permission-policies.md). +> [!TIP] +> If you want to learn about School Connection, which empowers parents and guardians to stay informed about their child’s classroom progress in real-time with no extra work required from educators, see [Set up School Connection](/microsoft-365/education/deploy/school-connection-app). + ## Requirements You need to use Microsoft Graph or School Data Sync (SDS) to populate each student's parent and guardian related contact information. If your school doesn't use SDS, you can allow teachers to manually update students’ parent contact information. +For any queries, contact us through [Microsoft Education Support](https://aka.ms/schoolconnectionsupport) and we're happy to assist you. + ### Graph API If you already use [Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/overview) to create Student identities, you can easily include [relatedContact resource type](/graph/api/resources/relatedcontact). From c9223c4cf178c56332760bbfd92f4d462e21da1a Mon Sep 17 00:00:00 2001 From: Meghana Athavale Date: Tue, 27 Aug 2024 14:34:07 +0530 Subject: [PATCH 2/4] As per SME feedback --- Teams/edu-parents-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/edu-parents-app.md b/Teams/edu-parents-app.md index 384abaa6ca..3e4d82b181 100644 --- a/Teams/edu-parents-app.md +++ b/Teams/edu-parents-app.md @@ -110,7 +110,7 @@ If guardian is removed from a *Student's* records, any existing chats involving ### Manually Update Parent Contact Information -Schools can allow teachers to update manually the parent contact information corresponding to each child. This feature is enabled by default. However, no teacher’s request goes through unless an admin 'approves' it. If your school doesn't want to use this feature, you can disable it using [PowerShell](#disable-manual-update-of-parent-contact-information). +Schools can allow teachers to update manually the parent contact information corresponding to each child. This feature is enabled by default. However, no teacher’s request goes through unless an admin 'approves' it.
**Once an admin approves the request, educators can leverage the parent contact information to easily contact parents and guardians through Teams. Additionally, the School Connection app can use this information to keep parents and guardians informed about their child’s classroom progress in real-time.**
If your school doesn't want to use this feature, you can disable it using [PowerShell](#disable-manual-update-of-parent-contact-information). 1. The teacher opens the parent app for the class inside the class team. From 4280295a7c66b117c0a653cbe98a09a703cd6d36 Mon Sep 17 00:00:00 2001 From: Meghana Athavale Date: Tue, 27 Aug 2024 15:03:46 +0530 Subject: [PATCH 3/4] as per SME fb --- Teams/edu-parents-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/edu-parents-app.md b/Teams/edu-parents-app.md index 3e4d82b181..ef0be40353 100644 --- a/Teams/edu-parents-app.md +++ b/Teams/edu-parents-app.md @@ -110,7 +110,7 @@ If guardian is removed from a *Student's* records, any existing chats involving ### Manually Update Parent Contact Information -Schools can allow teachers to update manually the parent contact information corresponding to each child. This feature is enabled by default. However, no teacher’s request goes through unless an admin 'approves' it.
**Once an admin approves the request, educators can leverage the parent contact information to easily contact parents and guardians through Teams. Additionally, the School Connection app can use this information to keep parents and guardians informed about their child’s classroom progress in real-time.**
If your school doesn't want to use this feature, you can disable it using [PowerShell](#disable-manual-update-of-parent-contact-information). +Schools can allow teachers to update manually the parent contact information corresponding to each child. This feature is enabled by default. However, no teacher’s request goes through unless an admin 'approves' it. **Once an admin approves the request, educators can leverage the parent contact information to easily contact parents and guardians through Teams. Additionally, the [School Connection](/microsoft-365/education/deploy/school-connection-app) app can use this information to keep parents and guardians informed about their child’s classroom progress in real-time.**
If your school doesn't want to use this feature, you can disable it using [PowerShell](#disable-manual-update-of-parent-contact-information). 1. The teacher opens the parent app for the class inside the class team. From 70b15f2992bb6adc363818b8990145c509418227 Mon Sep 17 00:00:00 2001 From: Meghana Athavale Date: Tue, 27 Aug 2024 15:33:58 +0530 Subject: [PATCH 4/4] self review --- Teams/edu-parents-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/edu-parents-app.md b/Teams/edu-parents-app.md index ef0be40353..e44c8963c9 100644 --- a/Teams/edu-parents-app.md +++ b/Teams/edu-parents-app.md @@ -71,7 +71,7 @@ At any time, the app can be turned off at the tenant level using [Allow and bloc The Parents app can also be turned off at the user level using [Manage app permission policies in Microsoft Teams](teams-app-permission-policies.md). > [!TIP] -> If you want to learn about School Connection, which empowers parents and guardians to stay informed about their child’s classroom progress in real-time with no extra work required from educators, see [Set up School Connection](/microsoft-365/education/deploy/school-connection-app). +> If you want to learn about School Connection, which empowers parents and guardians to stay informed about their child’s classroom progress in real-time with no extra work required from educators, see  [Set up School Connection](/microsoft-365/education/deploy/school-connection-app). ## Requirements