From 45dcad4edc06ac47ac997412c7e0b1ff462d03df Mon Sep 17 00:00:00 2001 From: marina-hayrapetyan <100372390+marina-hayrapetyan@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:51:45 -0700 Subject: [PATCH 1/2] Learn Editor: Update Set-CsExternalAccessPolicy.md --- teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md index 88ea6e8338..53513f01ff 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsExternalAccessPolicy.md @@ -144,7 +144,6 @@ In this example, the Global policy is updated to allow Teams-ACS federation for ### Example 6 ``` New-CsExternalAccessPolicy -Identity GranularFederationExample -CommunicationWithExternalOrgs "AllowSpecificExternalDomains" -AllowedExternalDomains @("example1.com", "example2.com") -Set-CsTenantFederationConfiguration -CustomizeFederation $true ``` In this example, we create an ExternalAccessPolicy named "GranularFederationExample" that allows communication with specific external domains, namely `example1.com` and `example2.com`. The federation policy is set to restrict communication to only these allowed domains. From 46fa9ee91e2a5584f4710b16314a1cc3bf39df00 Mon Sep 17 00:00:00 2001 From: marina-hayrapetyan <100372390+marina-hayrapetyan@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:51:56 -0700 Subject: [PATCH 2/2] Learn Editor: Update Set-CsExternalAccessPolicy.md