diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMessagingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMessagingPolicy.md index 9b5f422ea3..e552a0f3ff 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMessagingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMessagingPolicy.md @@ -742,15 +742,15 @@ Indicates whether B2B invites should be used to add external users when necessar Possible values: -- `Enabled`: External users will be added using B2B invites. -- `Disabled`: External users will not be added using B2B invites. +- True: External users will be added using B2B invites. +- False: External users will not be added using B2B invites. ```yaml -Type: System.String +Type: Boolean Parameter Sets: (All) Required: False Position: Named -Default value: Disabled +Default value: True Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md index 826bad63d8..f4d4c9364d 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingPolicy.md @@ -798,15 +798,15 @@ Indicates whether B2B invites should be used to add external users when necessar Possible values: -- `Enabled`: External users will be added using B2B invites. -- `Disabled`: External users will not be added using B2B invites. +- True: External users will be added using B2B invites. +- False: External users will not be added using B2B invites. ```yaml -Type: System.String +Type: Boolean Parameter Sets: (All) Required: False Position: Named -Default value: Disabled +Default value: True Accept pipeline input: False Accept wildcard characters: False ```