Edit

Share via


Get-CsTeamsEducationConfiguration

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

Syntax

Identity (Default)

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

Filter

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Filter
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

The unique identifier of the configuration.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Identity
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.