Edit

Share via


Set-CsTeamsEducationConfiguration

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

Syntax

Default (Default)

Set-CsTeamsEducationConfiguration
    [-ParentGuardianPreferredContactMethod <String>]
    [-UpdateParentInformation <String>]
    [-EduGenerativeAIEnhancements <String>]
    [-Identity <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 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

-EduGenerativeAIEnhancements

Controls whether generative AI enhancements are enabled in the education environment.

Possible values:

  • Enabled: Generative AI features are available to educators and students.
  • Disabled: Generative AI features are disabled across the tenant.

Parameter properties

Type:System.String
Default value:Enabled
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Specifies the identity of the education configuration to set.

Parameter properties

Type:System.String
Default value:Global
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ParentGuardianPreferredContactMethod

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

Parameter properties

Type:System.String
Default value:Email
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UpdateParentInformation

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

Parameter properties

Type:System.String
Default value:Enabled
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.