From 8c8d8eb1a6d83f93ff902b43aecb2ca0b65df6b3 Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 09:46:18 -0400 Subject: [PATCH 1/7] Update Set-CsTenantFederationConfiguration.md --- teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md index 1fa4575265..cac1def645 100644 --- a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md +++ b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md @@ -14,6 +14,9 @@ ms.date: 12/11/2024 # Set-CsTenantFederationConfiguration ## SYNOPSIS +> [!NOTE] +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter AllowPublicUsers can no longer be used + Manages federation configuration settings for your Skype for Business Online tenants. These settings are used to determine which domains (if any) your users are allowed to communicate with. From 6abdf1e8cd80c9138b400a3210d24ab57022d057 Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 11:25:20 -0400 Subject: [PATCH 2/7] Update Set-CsTenantFederationConfiguration.md --- teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md index cac1def645..12129bde52 100644 --- a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md +++ b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md @@ -15,7 +15,7 @@ ms.date: 12/11/2024 ## SYNOPSIS > [!NOTE] -> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter AllowPublicUsers can no longer be used +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameters AllowPublicUsers and EnablePublicCloudAccess can no longer be used. Manages federation configuration settings for your Skype for Business Online tenants. These settings are used to determine which domains (if any) your users are allowed to communicate with. From eee477400fb3c143e47ff077cbea213873b34590 Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 16:27:44 -0400 Subject: [PATCH 3/7] Update Set-CsTenantFederationConfiguration.md --- teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md index 12129bde52..988cc47b5b 100644 --- a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md +++ b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md @@ -15,7 +15,7 @@ ms.date: 12/11/2024 ## SYNOPSIS > [!NOTE] -> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameters AllowPublicUsers and EnablePublicCloudAccess can no longer be used. +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameters AllowPublicUsers can no longer be used. Manages federation configuration settings for your Skype for Business Online tenants. These settings are used to determine which domains (if any) your users are allowed to communicate with. From 4d42d9124c69404fee458b943c1ffdc52bb90dd4 Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 16:29:30 -0400 Subject: [PATCH 4/7] Update New-CsExternalAccessPolicy.md --- skype/skype-ps/skype/New-CsExternalAccessPolicy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skype/skype-ps/skype/New-CsExternalAccessPolicy.md b/skype/skype-ps/skype/New-CsExternalAccessPolicy.md index b52bde48d6..0e86942e9c 100644 --- a/skype/skype-ps/skype/New-CsExternalAccessPolicy.md +++ b/skype/skype-ps/skype/New-CsExternalAccessPolicy.md @@ -12,6 +12,8 @@ ms.reviewer: rogupta # New-CsExternalAccessPolicy ## SYNOPSIS +> [!NOTE] +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter EnablePublicCloudAccess can no longer be used. Enables you to create a new external access policy. From 905717f5e92bd2c86d76a3e6a2e7df57c663eacf Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 16:29:47 -0400 Subject: [PATCH 5/7] Update Set-CsExternalAccessPolicy.md --- skype/skype-ps/skype/Set-CsExternalAccessPolicy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skype/skype-ps/skype/Set-CsExternalAccessPolicy.md b/skype/skype-ps/skype/Set-CsExternalAccessPolicy.md index 503f7ca5c3..7261e645e0 100644 --- a/skype/skype-ps/skype/Set-CsExternalAccessPolicy.md +++ b/skype/skype-ps/skype/Set-CsExternalAccessPolicy.md @@ -12,6 +12,9 @@ ms.reviewer: rogupta # Set-CsExternalAccessPolicy ## SYNOPSIS +> [!NOTE] +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter EnablePublicCloudAccess can no longer be used. + Enables you to modify the properties of an existing external access policy. External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with [Azure Communication Services](/azure/communication-services/concepts/teams-interop); 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization. From abe94fe256545cbe0db311378680ef448079ee77 Mon Sep 17 00:00:00 2001 From: simmander Date: Thu, 15 May 2025 16:30:03 -0400 Subject: [PATCH 6/7] Update Set-CsTenantFederationConfiguration.md --- teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md index 988cc47b5b..35e4f767ef 100644 --- a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md +++ b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md @@ -15,7 +15,7 @@ ms.date: 12/11/2024 ## SYNOPSIS > [!NOTE] -> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameters AllowPublicUsers can no longer be used. +> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter AllowPublicUsers can no longer be used. Manages federation configuration settings for your Skype for Business Online tenants. These settings are used to determine which domains (if any) your users are allowed to communicate with. From 22cff364a837c26e8b5ee1b647e7e9ea1f42659e Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Fri, 16 May 2025 02:13:27 +0530 Subject: [PATCH 7/7] typo fix --- teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md index 35e4f767ef..957f463b80 100644 --- a/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md +++ b/teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md @@ -512,7 +512,7 @@ Accept wildcard characters: False ``` ### -RestrictTeamsConsumerToExternalUserProfiles -Defines if a user is restriced to collaboration with Teams Consumer (TFL) user only in Extended Directory. +Defines if a user is restricted to collaboration with Teams Consumer (TFL) user only in Extended Directory. Possible values: True, False ```yaml