File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
58
58
[-ReadReceiptsEnabledType <String>]
59
59
[-Tenant <Guid>]
60
60
[-UsersCanDeleteBotMessages <Boolean>]
61
+ [-AutoShareFilesInExternalChats <String>]
62
+ [-UseB2BInvitesToAddExternalUsers <String>]
61
63
[-WhatIf]
62
64
[<CommonParameters>]
63
65
```
@@ -788,6 +790,44 @@ Accept pipeline input: False
788
790
Accept wildcard characters: False
789
791
` ` `
790
792
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
+
791
831
# ## -WhatIf
792
832
Shows what would happen if the cmdlet runs.
793
833
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments