microsoftteams
40 TopicsMicrosoft Releases Version 5 of the Microsoft Teams PowerShell Module
Version 5.0 of the Microsoft Teams PowerShell module contains a major overhaul for the Get-CsOnlineUser cmdlet, which receives better filtering capabilities. The overhaul is part of Microsoft’s ongoing efforts to modernize and enhance the cmdlets inherited from the Skype for Business Online connector. Although there’s still work to do to fix some glitches, the update is welcome. https://office365itpros.com/2023/03/06/get-csonlineuser-teams-v5/1.3KViews0likes0CommentsHow can open sign in dialog inside the ms team
I am trying to create custom app through bot framework i want to open sign in dialog box inside the ms teams but i don't know how can i do this every time when i click on link sign in page open in the browser. I am testing in emulator every time when i click on link it open in browser welcome.json { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.2", "body": [ { "type": "Container", "items": [ { "type": "TextBlock", "text": "Hi! I'm Bot - welcome to our app for Microsoft Team!", "wrap": true, "weight": "Bolder" } ] }, { "type": "Container", "items": [ { "type": "TextBlock", "wrap": true, "weight": "Lighter", "text": "I'm here to help you manage your tickets with in teams." }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "Here's what can i do:" }, { "type": "TextBlock", "text": "Create a new ticket.", "wrap": true } ] } ], "verticalContentAlignment": "Bottom" }, { "type": "TextBlock", "text": "Post ticket related notifications to the team channel of your choice.", "wrap": true }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "For more information, visit our [knowledge base article](https://example.com/blog/). If you're the help desk administrator, please link to start using Bot for Microsoft Teams, [Book a demo](https://example.com/) if you don't have account", "wrap": true } ] }, { "type": "Container", "items": [ { "type": "ActionSet", "actions": [ { "type": "Action.OpenUrl", "title": "Link", "url": "https://ngrok.io/sign_in" } ] } ] } ] } bot.ts this.onMembersAdded(async (context, next) => { const welcomeCard: Attachment = CardFactory.adaptiveCard(WelcomeCard); const membersAdded = context.activity.membersAdded; for (const member of membersAdded) { if (member.id !== context.activity.recipient.id) { // If we are in Microsoft Teams if (context.activity.channelId === 'msteams') { // Send a message with an @Mention await this._messageWithMention(context, member, welcomeCard); } else { await context.sendActivity({ attachments: [welcomeCard] }); } } } // By calling next() you ensure that the next BotHandler is run. await next(); });2.2KViews1like5CommentsHLS Show Me How Office 365 Slide Library
In this Show Me How video I walk through how to set up a centralized Slide Library that could have approval/workflow and be accessed/integrated in to multiple Teams. By taking this approach There is a single authoritative source of truth around the slides with updates dynamically showing up across the many Microsoft Teams instances where it may be shared.HLS Show Me How - Pulling Website RSS Feeds In To Microsoft Teams
In this Show Me How video I walk through the setup and configure the RSS connecter for Microsoft Teams in order to pull important information you and your team may deed to stay current. The example I use leverages the RSS feed from this blog but can be leveraged from many other sources. For your convenience I have listed some sources that may be of interest to you and your colleagues that you can implement in Team Channels of your own. (Simply right click on the link and select copy Hyperlink). This is by no means an exhaustive list.Get-CsOnlineTelephoneNumber and Operator Connect vs Teams Calling Plan
Hello, when running Get-CsOnlineTelephoneNumber I get the phone numbers that are managed by Teams. IN my test environment I have both Operator Connect and Teams Calling Plan numbers, but I cannot see a definite way to dist1.1KViews0likes0CommentsAttachment control issues in powerapp
I have created a powerapp, it has an attachment control. Now i uploaded that app in teams admin center, so that users can access the app from microsoft teams. When users open the powerapp from teams in ios, and click on attach file, they get can option to click photo but when using android it doesnt show take photo option, directly opens gallery. I have tested with samsung and huwaei phones , and it doenst work.Business Voice Calling and Business Voice Direct Routing
Understanding Microsoft Business Voice Calling and Microsoft Business Voice Direct Routing. Simplifying Business Voice for the SMB Customer. Discussing both the Business Voice Calling and Business Voice Direct Routing discussed in depth in the below article.2.7KViews0likes0CommentsAvaya Session Border Controllers Certified for Microsoft Teams Direct Routing Non Media Bypass
After Cisco Cube/Voice Gateway/SBC was certified for Microsoft Teams Direct Routing its now another vendor which has been certified for Teams Direct Routing Services. Avaya SBC are now certified for Microsoft Teams Direct Routing enabling the organization who are using the Avaya SBC to interop with the PSTN Integration with Microsoft Teams. Currently SBC Avaya Session Border Controller for Enterprise (ASBCE) with the Release 8.1.1 version is Certified for Microsoft Teams Direct Routing. This will only support the Non-Media-Bypass Test Cases for Microsoft Teams Direct Routing. Microsoft Roadmap reference 66465 Reference: - All the SBC Certified for Microsoft Teams Direct Routing List here. With Regards, Satish U8.1KViews1like1Comment