Skip to content

Commit f6d9531

Browse files
Merge pull request #13223 from gramirez-msft/main
Change UseB2BInvitesToAddExternalUsers attribute of TeamsMessagingPolicy to Boolean values
2 parents 008cb8c + aa94555 commit f6d9531

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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
```

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)