Administrator
2857 Topics- Please tell me how to disable the Pin Copilot messageMorning! I wrote a message yesterday but nobody replied, so here's another one so it doesn't get lost Can somebody tell me how to disable the annoying "Pin Copilot Chat" popup? every morning I have to say "Maybe Later" when I really mean to say NEVER IN A THOUSAND YEARS42Views0likes1Comment
- Teams build 25275.2601.4002.2815) instantly closes on launch ucrtbase.dll error 0xc0000409After updating to Teams 25275.2601.4002.2815, the app opens for one second then closes—no UI, no error. Env: Win 11 Pro 23H2 (26100) WebView2 141.0.3537.92 Entra ID joined (AAD) Faulting module: ucrtbase.dll Exception code: 0xc0000409 Path: C:\Program Files\WindowsApps\MSTeams_25275.2601.4002.2815_x64__8wekyb3d8bbwe\ms-teams.exe Tried: cleared Teams/WebView2/AAD caches, reinstalled Teams + WebView2 + VC++, did Reset this PC and clean USB install — same result. Works fine for local admin + other Entra users and browser. Older builds (Aug/Sep 2025) work fine → likely regression in this release. Please confirm if known and being investigated.391Views1like3Comments
- Changing Notification Settings for all users on a TeamIs there a way to change the notification settings for everyone that is part of a Team Channel? In other words... we have a channel in our Teams chat that we want everyone to receive notifications for whenever there is a reply in that channel. I don't mind using PowerShell or whatever I need to use in order to achieve this. We just want everyone on the team to receive notifications for all replies in a channel. Background: We attempted to migrate a client group to Teams in order to enable functionality with our Office 365 setup. We have an app for them to use, and we have a Site that we share files on, etc. This group of people are newer to technology, so having everything be user-friendly is a must. The problem came up that nobody was receiving notifications for replies in the Team channels. They are only used to SMS text messaging and group texting, so they want to use the channels similarly to group texts. The group ended up switching back to texting because its easier for them to use. We need them to switch to Teams, so we want to fix this issue for them and make things as easy as possible.Solved203KViews9likes41Comments
- Stealing Access Token Secrets from Teams is Hard Unless a Workstation is CompromisedTeams stores information in a local state file, including encrypted access tokens. A report from a French company explained how to extract and use those tokens with the Graph API. Is this important? It could be if attackers manage to gain access to a workstation, but at that point you’ve got other problems, and maybe using code to decrypt some tokens is the least of your troubles. https://office365itpros.com/2025/10/27/local-state-file-teams/44Views0likes0Comments
- Securing Microsoft Teams Best Practice & CleanupWorking on a Teams environment that is fully wide open. They have seen a huge number of Teams created and are looking to get it under control from here on out and clean up. Wanted some advice on what you recommend doing and if you have the instructions to complete those tasks. My thoughts would be Block Team creation where IT would need to be involved. I believe this could be accomplished by blocking M365 Group creation. Way to expire or archive old Teams with no activity in X amount of time? Also, how are you handling guest invitations or access? Doing anything that allows but might secure things better for the organization. Thanks all.219Views0likes6Comments
- Add members to a dynamic sec-grp excluding users with a specific "serviceplanid" assigned licenseHello, I am trying to populate dynamically a security group that shoud contain all members with a specific attribut value and trying to filter the groupe membership based on a serviceplanId assigned to members (user.extensionAttribute9 -startsWith "83") -and (user.accountEnabled -eq True) -and (user.mail -ne null) -and (User.AssignedPlans -any (assignedPlan.servicePlanId -ne "818523f5-016b-4355-9be8-ed6944946ea7" -and assignedPlan.capabilityStatus -eq "Enabled")) How to exclude members with the ServicePlanId : "818523f5-016b-4355-9be8-ed6944946ea7" from the list of the groupe members ?52Views0likes1Comment