Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMessagingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,15 +742,15 @@ Indicates whether B2B invites should be used to add external users when necessar

Possible values:

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

```yaml
Type: System.String
Type: Boolean
Parameter Sets: (All)
Required: False
Position: Named
Default value: Disabled
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
8 changes: 4 additions & 4 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,15 +798,15 @@ Indicates whether B2B invites should be used to add external users when necessar

Possible values:

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

```yaml
Type: System.String
Type: Boolean
Parameter Sets: (All)
Required: False
Position: Named
Default value: Disabled
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down