Skip to content

[AutoPublish] main to live - 05/15 15:33 PDT | 05/16 04:03 IST #12751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 15, 2025
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
2 changes: 2 additions & 0 deletions skype/skype-ps/skype/New-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions skype/skype-ps/skype/Set-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 4 additions & 1 deletion teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -509,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
Expand Down