settings
2493 TopicsStarLeaf + Teams integration
Hi all, I have a user that wants to integrate StarLeaf into one of his Microsoft Teams group. He is not the owner of the group. The issue he reported: "Currently, Starleaf for Teams is installed, but when there is any attempt to setup using the integration token generated from our systems admin in Starleaf, an error occurs." The link for instructions he used: https://support.starleaf.com/integrating/starleaf-for-microsoft-teams/#3-Install+StarLeaf+for One of the errors he gets: "Something went wrong. Reinstall StarLeaf for Teams." Any idea of what to do? Kind regards, Dino1.9KViews2likes8CommentsMicrosoft Teams – “You need a paid subscription to use Microsoft Teams”
Hi everyone, I’m currently unable to sign in to Microsoft Teams using my work account. When I launch the Teams desktop app, I receive the following message: "You need a paid subscription to use Microsoft Teams. To continue using Teams, you’ll need a license. You’re currently signed in as [my account]. Please click Request License to ask your admin for access or sign in with a different account." However, according to our admin, a Microsoft Teams Premium license (or equivalent Microsoft 365 license) has already been assigned to my account. I can also see Teams listed under My Apps in the Microsoft 365 portal. I have tried the following steps: Signed out and signed back in Tried Teams web app (teams.microsoft.com) in an InPrivate or Incognito browser Cleared Teams cache from %appdata%\Microsoft\Teams Reinstalled the Teams desktop client Unfortunately, the same message still appears. Could someone please advise: Is this a known sync or license propagation issue? Should the admin reassign the license or refresh it from the Microsoft 365 Admin Center? Are there any other steps to force Teams license validation? Any guidance would be greatly appreciated. Thank you, Savindu642Views0likes2CommentsApps notification settings missing in Teams settings
Hello Teams Community, I'm facing a strange issue with App notifications in Microsoft Teams. I've already researched this and found nothing. I've opened a Microsoft case and I'm waiting for an answer but it's taking longer than expected. So, I'm turning to you for expedited help! Scenario: You're an administrator in Teams. You've applied a setup policy for a pinned app like Viva Engage. After the policy is applied and the tool is launched, users complain that notifications are either too frequent or not frequent enough. You direct them to the Teams Notification and activity settings to control app notifications. The users go to Teams notification settings but report back to you that the App section of Teams settings doesn't exist. Problem Statement: Microsoft explicitly states in their documentation that in order for the App notifications section to appear, you must first add an app yourself within Teams and get at least one notification. But relying on users to add an app, somehow create a notification, and then remove it, just to access App notifications is impractical and would never work. Desired Outcome: I'm looking for a way to bypass this prerequisite and force the Apps section to appear in the Notifications and activity section without any user action whenever an app is pinned in the Teams admin center with a setup policy. I'm hoping this can work with any app, not just Viva Engage. Any help is appreciated. Thanks, Teams experts! -Rob2KViews3likes4CommentsTeams Webinars: Org name vs brand name – how are people handling this?
Has anyone else hit this with Teams webinars? Microsoft recently changed how webinar emails are sent, and the sender name now seems to come from the tenant Organisation Name. You can change that in M365 admin, but that’s where the problem starts. In a lot of companies, the organisation name is a legal/billing entity, not the public-facing brand. Example: Legal / tenant name: FedEx Corporate Services, Inc. Brand: FedEx Teams webinar emails now go out showing the legal entity, which isn’t great for external, customer-facing events. Changing the org name just to fix webinar emails can have knock-on effects for billing, contracts, and governance. As far as I can see: No way to set a brand-specific sender name No per-webinar or per-mailbox sender identity Org name is global and used across multiple services The only real workaround seems to be not using Teams-generated emails at all, and sending custom emails via Power Automate / Graph / a marketing platform, while still using Teams for the actual event. Curious how others are dealing with this: Are you just living with it? Changing the org name with legal sign-off? Or bypassing Teams emails completely? Feels like a gap for larger, multi-brand orgs.12Views0likes0CommentsTeams admin centre - add the ability to setup a team completely (shared channels and/or groups)
I think the current teams setup workflow in admin centre is a bit flawed. We're trying out to create a team for every project that we do, but since these projects are done by many different departments it makes sense to use Shared Channels within each project and divide the data in such a way that it is stored in the site library of the channel that is the most fitting. For example creative documents in the channel for the creative department, and business documents in the business channel. To make things clearer to the end user we would like to structure each project the same. So it would be logical if an admin could create these shared channels while creating the project and not have to trust that a project manager is able to set things up correctly after they get assigned. (so being able to create a template would be nice...) So IMHO what is missing from admin centre: -ability to add shared channels. -ability to add teams (in this case department teams) to these shared channels. -ability to create a template with shared channels configured (is a little bit complex, because channel names need to be unique, so some sort of variables need to be taken into account... maybe these can be distilled from the main project team name...which is basically what we also intend) (maybe this could be done with Power automate if the ability to create shared channels is being added to an admin's abilities...) Another option, which would actually be much sweeter would be to skip Shared Channels altogether and add the ability to add Office 365 groups to the main Team, now we can only add members... I would like to work with Team groups, as it's much easier to manage and remove a user from a group than to have this user have to be removed from each project individually. But actually I think both options are a necessity...17Views0likes0CommentsRemoving Teams from a Specific User Profile via Script in Intune
Hi, Working on a process with using PowerShell to remove Microsoft Teams from a specific user that is not the primary user of that computer on multiple Windows 11 devices using Microsoft Intune. However, I need a script to make this happen. Can I get some help from the community on this? Has anyone else seen this before? Thanks, ZC4635Views0likes0CommentsTest call option not showing up in Teams?
Hi I've downloaded a personal version of Teams and need to test it. However, the 'Test call' option is not available? I've tried 2 methods: 1) typing 'Test call' in the search bar and pressing enter - nothing happens when I do this! 2) going to Settings then Devices then checking for the 'Test call' option - but it's not there! I've attached what I can see when I got to Devices and what I should be able to see (from a video I watched online) I'm using Version 1.4.00.22472 (64-bit). Can anyone please advise?116KViews3likes19CommentsBot configuration config/fetch returns same channel ID when switching channels within same team
Summary When invoking a bot’s configuration flow (configuration.fetchTask) via an @mention-based settings entry point across different channels within the same Team, the request body consistently contains the same channelId, even after switching channels. https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-configuration-experience?tabs=teams-bot-sdk1%2Cteams-bot-sdk2%2Cteams-bot-sdk3 This makes it impossible to reliably determine which channel initiated the configuration. Environment Microsoft Teams (desktop client) Bot installed at team scope Same Team, multiple channels Bot supports team scopes. Configuration enabled via manifest: "configuration": { "team": { "fetchTask": true } } Steps to Reproduce Install the bot into a Team with multiple channels Navigate to Channel A Invoke the bot configuration using an @Bot settings / configuration entry point Observe the incoming config/fetch request payload Note the channelId in the request body Switch to Channel B (same Team) Invoke the same configuration entry point again Observe the incoming config/fetch request payload Expected Behavior The config/fetch request body should include a channel identifier corresponding to the channel where the configuration was initiated, e.g.: channelData.channel.id or another channel-scoped identifier that uniquely identifies the initiating channel Actual Behavior The config/fetch request body always contains the same channel ID The channel ID does not change when switching channels The value appears to be: either the Team’s General channel or a cached / team-level channel context As a result, the bot cannot determine which channel the user intended to configure. Impact This behavior prevents implementing per-channel configuration using the bot configuration experience because: Configuration requests cannot be reliably scoped to the initiating channel All configuration actions appear to target the same channel Users configuring different channels in the same Team unintentionally overwrite the same settings Additional Notes This occurs within the same Team Reproduced consistently across multiple channels Observed even when the configuration is invoked after explicitly switching channels Behavior suggests the configuration context may be team-scoped rather than channel-scoped, but this is not clearly documented135Views0likes3Comments