Skip to content

Commit 6a9d77a

Browse files
authored
Merge pull request #11645 from SaritaBehera/patch-1
Updating Get-CsTeamsEducationConfiguration.md with the content change for the UpdateParentInformation setting
2 parents 6691426 + 5836cb9 commit 6a9d77a

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 organization has set the defaults as follows:
33+
- Email is set as the 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)