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
48
48
```
49
49
50
50
### 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.
52
52
53
53
``` powershell
54
54
Set-CsTeamsEducationConfiguration -UpdateParentInformation Enabled
55
55
```
56
56
57
57
### 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.
59
59
60
60
``` powershell
61
61
Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled
@@ -75,7 +75,7 @@ Accept wildcard characters: False
75
75
` ` `
76
76
77
77
### -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'.
79
79
80
80
` ` ` yaml
81
81
Type : String
You can’t perform that action at this time.
0 commit comments