12,124 questions with Microsoft Teams-related tags

Sort by: Updated
1 answer

How to access Microsoft Official Curriculum (MOC)

I wanted to access Microsoft Official Curriculum (MOC) as per the instructions here Following the link below, I can't find the menu item on the left side of the screen.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,087 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,184 questions
asked 2024-10-17T21:28:43.6366667+00:00
Dr Mohammad Motahar 0 Reputation points
edited the question 2024-11-05T08:18:07.46+00:00
Givary-MSFT 32,991 Reputation points Microsoft Employee
4 answers

Teams Extension composeExtensions request payload channelData.team.id not in GUID format

Hi Everyone, I am trying to use Graph API to download the message attachment in teams channel. But we found the channelData.team.id not in GUID format "team": { "id": "19:-Ml7DKbJkZVh9gO......cKEwmWw1@thread.tacv2" } that we…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
asked 2024-11-05T04:25:19.8633333+00:00
David Chan 6 Reputation points
answered 2024-11-05T08:16:32.27+00:00
CarlZhao-MSFT 42,211 Reputation points
0 answers

Delete Tenant associeted to "Teams Free"

Hello. Some time ago I created a new tenant with a dedicated user through my Microsoft account. Today I would like to delete the tenant from the Azure portal but it tells me that it is not possible to delete it because a Teams Free license is…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,700 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,625 questions
asked 2024-11-05T08:12:39.28+00:00
Marco Sena 0 Reputation points
2 answers

Microsoft Team not in the organization

I having issue on my Microsoft Team as now I am not in the organization, my Microsoft Team show that I am (External) user I need help to solve this issue any advice? 

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
asked 2024-10-16T04:06:07.4433333+00:00
Koh Jun Hao 0 Reputation points
commented 2024-11-05T08:09:59.8166667+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

An error occured while retrieving the signin link

I am getting following error while testing the connection in bot configuration . what can be the reason ? this is my azure bot configuration section. { "error": { "code": "ServiceError", "message":…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T18:30:59.26+00:00
DevAsith 41 Reputation points
edited the question 2024-11-05T07:56:52.65+00:00
DevAsith 41 Reputation points
1 answer

403 Forbidden Error When Creating Virtual Event Registration with Microsoft Graph

Testing the "Create virtualEventRegistration" feature in Microsoft Graph using Postman results in a 403 Forbidden response when attempting to create a registration record. Are there specific requirements for the webinar to allow registration…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T13:49:06.64+00:00
Bombardi BKM 40 Reputation points
commented 2024-11-05T07:08:10.08+00:00
JimmyYang-MSFT 53,761 Reputation points Microsoft Vendor
1 answer

403 Forbidden Error When Creating Virtual Event Registration with Microsoft Graph

Testing the "Create virtualEventRegistration" feature in Microsoft Graph using Postman results in a 403 Forbidden response when attempting to create a registration record. Are there specific requirements for the webinar to allow registration…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T13:49:06.64+00:00
Bombardi BKM 40 Reputation points
commented 2024-11-05T07:08:10.08+00:00
JimmyYang-MSFT 53,761 Reputation points Microsoft Vendor
1 answer

Não recebo código de verificação para acessar o Teams

Recentemente venho enfrentando diversos problemas para acessar a plataforma do Teams, utilizo um celular Redmi 9a da Xiaomi, e não consigo vincular o Microsoft Authenticator para acessar o Teams, então sempre estive dependente dos códigos de verificação…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,087 questions
asked 2024-11-04T10:27:34+00:00
Yslan De Jesus 0 Reputation points
answered 2024-11-05T07:05:53.9433333+00:00
JimmyYang-MSFT 53,761 Reputation points Microsoft Vendor
0 answers

Teams channel message is not displayed in html format

We have an integration that send message to team channel using MS Graph API. Here is an example of the payload. url: https://graph.microsoft.com/v1.0/teams/{teamId}/channels/{channelId}/messages body payload: {     "body": {        …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,239 questions
asked 2024-11-05T06:25:09.04+00:00
Anson Tsang 0 Reputation points
0 answers

Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the file’

Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T12:48:34.02+00:00
Vivek 0 Reputation points
commented 2024-11-05T06:16:36.4033333+00:00
Nivedipa-MSFT 3,031 Reputation points Microsoft Vendor
0 answers

Teams app on desktop is not showing suggested actions

The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T21:07:34.6633333+00:00
Boris Rusinovic 61 Reputation points
commented 2024-11-05T05:41:55.38+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

Teams app on desktop is not showing suggested actions

The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T21:07:34.6633333+00:00
Boris Rusinovic 61 Reputation points
commented 2024-11-05T05:41:55.38+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

Azure Open AI Custom App in Teams How to Able to Read & Write files

Hi Support, I had integration Azure OpenAI into Teams App. how I can able when users upload a file (pdf or word , excel ... etc) and open ai can able to read the file and provide summary for the file and generate a new file? current when I test upload…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T08:46:51.8866667+00:00
Kelvin Shee 55 Reputation points
commented 2024-11-05T05:41:24.9333333+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

Azure Open AI Custom App in Teams How to Able to Read & Write files

Hi Support, I had integration Azure OpenAI into Teams App. how I can able when users upload a file (pdf or word , excel ... etc) and open ai can able to read the file and provide summary for the file and generate a new file? current when I test upload…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
asked 2024-11-04T08:46:51.8866667+00:00
Kelvin Shee 55 Reputation points
commented 2024-11-05T05:41:24.9333333+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

Asignar la Política a los Usuarios- cmdlet New-CsBatchPolicyAssignmentOperation

Ayuda con el siguiente error PS C:\Windows\system32> Connect-MicrosoftTeams Account Environment Tenant TenantId ramirez.ana-its@_____.mx AzureCloud e792aff2-d2d4-41ba-b6c4-f66f5a927247…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,579 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,579 questions
asked 2024-11-04T20:54:00.16+00:00
ANA BELEN RAMIREZ ESPINOSA 0 Reputation points
commented 2024-11-05T05:38:23.0333333+00:00
Prasad-MSFT 6,876 Reputation points Microsoft Vendor
0 answers

Asignar la Política a los Usuarios- cmdlet New-CsBatchPolicyAssignmentOperation

Ayuda con el siguiente error PS C:\Windows\system32> Connect-MicrosoftTeams Account Environment Tenant TenantId ramirez.ana-its@_____.mx AzureCloud e792aff2-d2d4-41ba-b6c4-f66f5a927247…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,579 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,328 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,579 questions
asked 2024-11-04T20:54:00.16+00:00
ANA BELEN RAMIREZ ESPINOSA 0 Reputation points
commented 2024-11-05T05:38:23.0333333+00:00
Prasad-MSFT 6,876 Reputation points Microsoft Vendor
1 answer

Microsoft office not working/ editing after I formatted my pc

Microsoft office not working/ editing after I formatted my pc, PRODUCT KEY NOT FOUND (and idk where the product key is supposed to be) All MS softwares were already installed in my pc when I bought it. Please Help.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,086 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,700 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
Microsoft Configuration Manager
asked 2024-10-16T06:27:42.5+00:00
Saba Shaikh 0 Reputation points
edited the question 2024-11-05T02:45:37.64+00:00
Xenia-MSFT 2,520 Reputation points Microsoft Vendor
1 answer

How to fix can't log in acc

我不知道为什么进不到microsoft账户

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
asked 2024-11-04T12:06:54.4333333+00:00
阿巴阿巴 OuO 0 Reputation points
edited an answer 2024-11-05T02:20:27.45+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
2 answers

Teams Licensing

how many initial licenses does teams premium licensing include

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
asked 2024-11-04T20:09:08.7533333+00:00
Adrian Miller 0 Reputation points
answered 2024-11-05T01:56:21.7233333+00:00
Robin Sheng-MSFT 3,680 Reputation points Microsoft Vendor
0 answers

Photo Display and Organization on Microsoft Photos App - How to Fix it ?

Hi everyone, I’m having some issues with the Microsoft Photos app, and I hope someone here can help me sort them out. I use the app to manage and view my photos on my Windows computer, but I’m running into a few problems with how it displays and…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,284 questions
asked 2024-11-04T15:33:03.8033333+00:00
Philipsumee 0 Reputation points
commented 2024-11-05T01:43:28.78+00:00
LiweiTian-MSFT 20,415 Reputation points Microsoft Vendor