Skip to content

Commit 60352a9

Browse files
authored
Updating Get-CsTeamsEducationConfiguration.md with the content change for the UpdateParentInformation setting.
1 parent 6691426 commit 60352a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/Get-CsTeamsEducationConfiguration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ You must be a Teams Service Administrator or a Global Administrator for your org
2929
## Examples
3030

3131
### Example 1
32-
In this example, the organization has Email selected as the preferred contact method used for parent communication invitations, also the parents contact information is Enabled by educators.
32+
In this example, the organisation has set the defaults as folows:
33+
- Email is set as preferred contact method for the parent communication invites.
34+
- Capability to edit parent contact information by educators is "enabled".
3335

3436
```powershell
3537
Get-CsTeamsEducationConfiguration
3638
```
3739
```Output
3840
Identity : Global
3941
ParentGuardianPreferredContactMethod : Email
40-
UpdateParentInformation. : Enabled
42+
UpdateParentInformation : Enabled
4143
```
4244

4345
## PARAMETERS

0 commit comments

Comments
 (0)