Skip to content

Commit 33a937f

Browse files
authored
Update Set-CsTeamsEducationConfiguration.md
1 parent 3b95bb4 commit 33a937f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod SMS
4848
```
4949

5050
### Example 3
51-
In this example, updating parents contact info is enabled by educators across the organization.
51+
In this example, updating parents contact information is enabled by educators across the organization.
5252

5353
```powershell
5454
Set-CsTeamsEducationConfiguration -UpdateParentInformation Enabled
5555
```
5656

5757
### Example 4
58-
In this example, updating parents contact info is disabled by educators across the organization.
58+
In this example, updating parents contact information is disabled by educators across the organization.
5959

6060
```powershell
6161
Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
```
7676
7777
### -UpdateParentInformation
78-
Indicates whether updating parents contact info is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
78+
Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
7979
8080
```yaml
8181
Type: String

0 commit comments

Comments
 (0)