File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -736,6 +736,44 @@ Accept pipeline input: False
736
736
Accept wildcard characters: False
737
737
` ` `
738
738
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
+
739
777
# ## -WhatIf
740
778
Shows what would happen if the cmdlet runs.
741
779
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments