File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -742,15 +742,15 @@ Indicates whether B2B invites should be used to add external users when necessar
742742
743743Possible 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
750750Parameter Sets: (All)
751751Required: False
752752Position: Named
753- Default value: Disabled
753+ Default value: True
754754Accept pipeline input: False
755755Accept wildcard characters: False
756756` ` `
Original file line number Diff line number Diff line change @@ -798,15 +798,15 @@ Indicates whether B2B invites should be used to add external users when necessar
798798
799799Possible 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
806806Parameter Sets: (All)
807807Required: False
808808Position: Named
809- Default value: Disabled
809+ Default value: True
810810Accept pipeline input: False
811811Accept wildcard characters: False
812812` ` `
You can’t perform that action at this time.
0 commit comments