Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions teams/teams-ps/MicrosoftTeams/New-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam

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

> [!NOTE]
> Please note that this parameter is in Private Preview.

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.

```yaml
Expand All @@ -160,9 +157,6 @@ Accept wildcard characters: False

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

> [!NOTE]
> Please note that this parameter is in Private Preview.

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.

```yaml
Expand All @@ -180,9 +174,6 @@ Accept wildcard characters: False

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

> [!NOTE]
> Please note that this parameter is in Private Preview.

Indicates how users assigned to the policy can communicate with external organizations (domains). This setting has 5 possible values:

- OrganizationDefault: users follow the federation settings specified in `TenantFederationConfiguration`. This is the default value.
Expand Down
9 changes: 0 additions & 9 deletions teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ In this example, we create an ExternalAccessPolicy named "GranularFederationExam

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

> [!NOTE]
> Please note that this parameter is in Public Preview.

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.
```yaml
Type: List
Expand All @@ -174,9 +171,6 @@ Accept wildcard characters: False

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

> [!NOTE]
> Please note that this parameter is in Public Preview.

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.
```yaml
Type: List
Expand All @@ -194,9 +188,6 @@ Accept wildcard characters: False

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

> [!NOTE]
> Please note that this parameter is in Public Preview.

Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:

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