Modifier

Set-CsTeamsEducationConfiguration

This cmdlet is used to manage the organization-wide education configuration for Teams.

Syntax

Set-CsTeamsEducationConfiguration
     [-ParentGuardianPreferredContactMethod <String>]
     [-UpdateParentInformation <String>]
     [-WhatIf]
     [-Confirm]  
   [<CommonParameters>]

Description

This cmdlet is used to manage the organization-wide education configuration for Teams which contains settings that are applicable to education organizations.

You must be a Teams Service Administrator or a Global Administrator for your organization to run the cmdlet.

Examples

Example 1

In this example, Email is set as the preferred contact method used for parent communication invitations across the organization.

Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod Email

Example 2

In this example, SMS is set as the preferred contact method used for parent communication invitations across the organization.

Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod SMS

Example 3

In this example, updating parents contact information is enabled by educators across the organization.

Set-CsTeamsEducationConfiguration -UpdateParentInformation Enabled

Example 4

In this example, updating parents contact information is disabled by educators across the organization.

Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled

Parameters

-ParentGuardianPreferredContactMethod

Indicates whether Email or SMS is the preferred contact method used for parent communication invitations. Possible values are 'Email' and 'SMS'.

Type:String
Position:Named
Default value:Email
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UpdateParentInformation

Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.

Type:String
Position:Named
Default value:Enabled
Required:False
Accept pipeline input:False
Accept wildcard characters:False