File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
5454Set-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
6161Set-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
8181Type : String
You can’t perform that action at this time.
0 commit comments