Skip to content

Commit a5a5491

Browse files
authored
Update Set-CsTeamsMessagingPolicy.md
1 parent 5f7101d commit a5a5491

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
5858
[-ReadReceiptsEnabledType <String>]
5959
[-Tenant <Guid>]
6060
[-UsersCanDeleteBotMessages <Boolean>]
61+
[-AutoShareFilesInExternalChats <String>]
62+
[-UseB2BInvitesToAddExternalUsers <String>]
6163
[-WhatIf]
6264
[<CommonParameters>]
6365
```
@@ -788,6 +790,44 @@ Accept pipeline input: False
788790
Accept wildcard characters: False
789791
```
790792

793+
### -UseB2BInvitesToAddExternalUsers
794+
795+
Indicates whether B2B invites should be used to add external users when necessary.
796+
797+
Possible values:
798+
799+
- `Enabled`: External users will be added using B2B invites.
800+
- `Disabled`: External users will not be added using B2B invites.
801+
802+
```yaml
803+
Type: System.String
804+
Parameter Sets: (All)
805+
Required: False
806+
Position: Named
807+
Default value: Disabled
808+
Accept pipeline input: False
809+
Accept wildcard characters: False
810+
```
811+
812+
### -AutoShareFilesInExternalChats
813+
814+
Determines whether files are automatically shared in external chats.
815+
816+
Possible values:
817+
818+
- `Enabled`: Files are automatically shared in external chats.
819+
- `Disabled`: Files are not automatically shared in external chats.
820+
821+
```yaml
822+
Type: System.String
823+
Parameter Sets: (All)
824+
Required: False
825+
Position: Named
826+
Default value: Disabled
827+
Accept pipeline input: False
828+
Accept wildcard characters: False
829+
```
830+
791831
### -WhatIf
792832
Shows what would happen if the cmdlet runs.
793833
The cmdlet is not run.

0 commit comments

Comments
 (0)