Skip to content

Commit c11a3c0

Browse files
Merge pull request #13234 from MicrosoftDocs/main
[AutoPublish] main to live - 11/06 15:30 PST | 11/07 05:00 IST
2 parents a1a292d + f6d9531 commit c11a3c0

File tree

4 files changed

+8
-26
lines changed

4 files changed

+8
-26
lines changed

teams/teams-ps/MicrosoftTeams/New-CsExternalAccessPolicy.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam
140140

141141
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
142142
143-
> [!NOTE]
144-
> Please note that this parameter is in Private Preview.
145-
146143
Specifies the external domains allowed to communicate with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `AllowSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
147144

148145
```yaml
@@ -160,9 +157,6 @@ Accept wildcard characters: False
160157
161158
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
162159
163-
> [!NOTE]
164-
> Please note that this parameter is in Private Preview.
165-
166160
Specifies the external domains blocked from communicating with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `BlockSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
167161

168162
```yaml
@@ -180,9 +174,6 @@ Accept wildcard characters: False
180174

181175
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
182176

183-
> [!NOTE]
184-
> Please note that this parameter is in Private Preview.
185-
186177
Indicates how users assigned to the policy can communicate with external organizations (domains). This setting has 5 possible values:
187178

188179
- OrganizationDefault: users follow the federation settings specified in `TenantFederationConfiguration`. This is the default value.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -742,15 +742,15 @@ Indicates whether B2B invites should be used to add external users when necessar
742742

743743
Possible 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
750750
Parameter Sets: (All)
751751
Required: False
752752
Position: Named
753-
Default value: Disabled
753+
Default value: True
754754
Accept pipeline input: False
755755
Accept wildcard characters: False
756756
```

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam
154154

155155
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
156156
157-
> [!NOTE]
158-
> Please note that this parameter is in Public Preview.
159-
160157
Specifies the external domains allowed to communicate with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `AllowSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
161158
```yaml
162159
Type: List
@@ -174,9 +171,6 @@ Accept wildcard characters: False
174171
175172
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
176173
177-
> [!NOTE]
178-
> Please note that this parameter is in Public Preview.
179-
180174
Specifies the external domains blocked from communicating with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `BlockSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
181175
```yaml
182176
Type: List
@@ -194,9 +188,6 @@ Accept wildcard characters: False
194188

195189
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
196190

197-
> [!NOTE]
198-
> Please note that this parameter is in Public Preview.
199-
200191
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
201192

202193
- OrganizationDefault: users follow the federation settings specified in `TenantFederationConfiguration`. This is the default value.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -798,15 +798,15 @@ Indicates whether B2B invites should be used to add external users when necessar
798798

799799
Possible 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
806806
Parameter Sets: (All)
807807
Required: False
808808
Position: Named
809-
Default value: Disabled
809+
Default value: True
810810
Accept pipeline input: False
811811
Accept wildcard characters: False
812812
```

0 commit comments

Comments
 (0)