Modifier

Partager via


Get-CsTeamsEducationConfiguration

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

Syntax

Get-CsTeamsEducationConfiguration
   [-Identity <String>]
   [<CommonParameters>]
Get-CsTeamsEducationConfiguration
   [-Filter <String>]
   [<CommonParameters>]

Description

This cmdlet is used to retrieve 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

PS C:\> Get-CsTeamsEducationConfiguration

Identity                              : Global
ParentGuardianPreferredContactMethod  : Email
UpdateParentInformation               : Enabled

In this example, the organization has set the defaults as follows:

  • Email is set as the preferred contact method for the parent communication invites.
  • Capability to edit parent contact information by educators is enabled.

Parameters

-Filter

Enables you to use wildcard characters in order to return a collection of team education configuration settings.

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

-Identity

The unique identifier of the configuration.

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