Skip to content

Commit 44ef7e8

Browse files
Change B2B invite settings from string to boolean
Updated documentation for Set-CsTeamsMessagingPolicy to reflect changes in parameter values and types.
1 parent 4549fef commit 44ef7e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -798,15 +798,15 @@ Indicates whether B2B invites should be used to add external users when necessar
798798

799799
Possible values:
800800

801-
- `Enabled`: External users will be added using B2B invites.
802-
- `Disabled`: External users will not be added using B2B invites.
801+
- True: External users will be added using B2B invites.
802+
- False: External users will not be added using B2B invites.
803803

804804
```yaml
805-
Type: System.String
805+
Type: Boolean
806806
Parameter Sets: (All)
807807
Required: False
808808
Position: Named
809-
Default value: Disabled
809+
Default value: True
810810
Accept pipeline input: False
811811
Accept wildcard characters: False
812812
```

0 commit comments

Comments
 (0)