Skip to content

Commit 1bea652

Browse files
Change B2B invites parameter values and type
Updated documentation for New-CsTeamsMessagingPolicy to reflect changes in parameter values and types.
1 parent 44ef7e8 commit 1bea652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

743743
Possible values:
744744

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

748748
```yaml
749-
Type: System.String
749+
Type: Boolean
750750
Parameter Sets: (All)
751751
Required: False
752752
Position: Named
753-
Default value: Disabled
753+
Default value: True
754754
Accept pipeline input: False
755755
Accept wildcard characters: False
756756
```

0 commit comments

Comments
 (0)