Skip to content

Commit 72452f6

Browse files
authored
Updating the Set-CsTeamsEducationConfiguration documention to incorporate the new education setting UpdateParentInformation.
1 parent 4f4727d commit 72452f6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsEducationConfiguration.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This cmdlet is used to manage the organization-wide education configuration for
1919
```powershell
2020
Set-CsTeamsEducationConfiguration
2121
[-ParentGuardianPreferredContactMethod <String>]
22+
[-UpdateParentInformation <String>]
2223
[-WhatIf]
2324
[-Confirm]
2425
[<CommonParameters>]
@@ -46,6 +47,20 @@ In this example, SMS is set as the preferred contact method used for parent comm
4647
Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod SMS
4748
```
4849

50+
### Example 3
51+
In this example, updating parents contact info is enabled by educators across the organization.
52+
53+
```powershell
54+
Set-CsTeamsEducationConfiguration -UpdateParentInformation Enabled
55+
```
56+
57+
### Example 4
58+
In this example, updating parents contact info is disabled by educators across the organization.
59+
60+
```powershell
61+
Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled
62+
```
63+
4964
## PARAMETERS
5065

5166
### -ParentGuardianPreferredContactMethod
@@ -59,6 +74,18 @@ Accept pipeline input: False
5974
Accept wildcard characters: False
6075
```
6176
77+
### -UpdateParentInformation
78+
Indicates whether updating parents contact info is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
79+
80+
```yaml
81+
Type: String
82+
Position: Named
83+
Default value: Enabled
84+
Accept pipeline input: False
85+
Accept wildcard characters: False
86+
```
87+
88+
6289
### CommonParameters
6390
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6491

0 commit comments

Comments
 (0)