Skip to content

Commit b83e24b

Browse files
authored
Update New-CsTeamsMessagingPolicy.md
1 parent 1203e76 commit b83e24b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,44 @@ Accept pipeline input: False
736736
Accept wildcard characters: False
737737
```
738738

739+
### -UseB2BInvitesToAddExternalUsers
740+
741+
Indicates whether B2B invites should be used to add external users when necessary.
742+
743+
Possible values:
744+
745+
- `Enabled`: External users will be added using B2B invites.
746+
- `Disabled`: External users will not be added using B2B invites.
747+
748+
```yaml
749+
Type: System.String
750+
Parameter Sets: (All)
751+
Required: False
752+
Position: Named
753+
Default value: Disabled
754+
Accept pipeline input: False
755+
Accept wildcard characters: False
756+
```
757+
758+
### -AutoShareFilesInExternalChats
759+
760+
Determines whether files are automatically shared in external chats.
761+
762+
Possible values:
763+
764+
- `Enabled`: Files are automatically shared in external chats.
765+
- `Disabled`: Files are not automatically shared in external chats.
766+
767+
```yaml
768+
Type: System.String
769+
Parameter Sets: (All)
770+
Required: False
771+
Position: Named
772+
Default value: Disabled
773+
Accept pipeline input: False
774+
Accept wildcard characters: False
775+
```
776+
739777
### -WhatIf
740778
Shows what would happen if the cmdlet runs.
741779
The cmdlet is not run.

0 commit comments

Comments
 (0)