Settings
2488 TopicsPowershell adding a existing holiday to Auto Attendant
Hello I have to add an existing Holiday to Auto Attendant and have this script # Connect to Microsoft Teams # Connect-MicrosoftTeams # Variables - Replace with your actual values $autoAttendantName = "AA_Test" $holidaySetName = "Holiday" #$audioFilePath = "Paht\test.wav" # Path to your audio file # 1. Upload Audio File as Prompt $content = [System.IO.File]::ReadAllBytes('Path\test.wav') $audioFile = Import-CsOnlineAudioFile -ApplicationId "OrgAutoAttendant" -FileName "test.wav" -Content $content $audioPrompt = New-CsAutoAttendantPrompt -AudioFilePrompt $audioFile # 2. Create Holiday Call Flow with Disconnect Option $holidayCallFlow = New-CsAutoAttendantCallFlow -Name "Holiday Call Flow" ` -Greetings @($audioPrompt) ` -MenuOptions @( New-CsAutoAttendantMenuOption -Action Disconnect -DtmfResponse Automatic ) # 3. Get existing Auto Attendant and Holiday Set $aa = Get-CsAutoAttendant -Namefilter $autoAttendantName $holidaySet = Get-CsAutoAttendantHolidaySet -Name $holidaySetName # 4. Link Holiday Set and Call Flow to Auto Attendant Set-CsAutoAttendant -Identity $aa.Identity ` -HolidaySets @($holidaySet.Identity) ` -HolidayCallFlow $holidayCallFlow.Identity # 5. Verify Get-CsAutoAttendant -Identity $autoAttendantName | Select-Object Name, HolidaySets, HolidayCallFlow I do get following error Microsoft.Teams.ConfigAPI.Cmdlets.internal\Import-CsOnlineAudioFile : Expected '{' or '['. Was String: Exception. At C:\Program Files\WindowsPowerShell\Modules\MicrosoftTeams\7.5.0\custom\Merged_custom_PsExt.ps1:7245 char:13 + $internalOutput = Microsoft.Teams.ConfigAPI.Cmdlets.inter ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Import-CsOnlineAudioFile_ImportExpanded], ParserException + FullyQualifiedErrorId : Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Cmdlets.ImportCsOnlineAudioFile_ImportExpanded Where is the mistake Thanks and have a great day JFM_1233Views0likes1CommentSpellchecking settings in MacOs Teams app
The 'Manage spellchecking languages' setting doesn't seem to work. What ever languages I choose and add there (instructions say three is the maximum) does not take effect or stay added. When I go back to the setting there are no languages added, even though I have added them many times. Only way to change the spellchecking language seems to be to change the language of the app itself, which isn't very convenient as it requires app restart. Also there is no setting to disable the spellchecking. Teams app version: 25317.1601.4113.696756Views0likes1CommentStarLeaf + 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.7KViews2likes7CommentsUnable to get a licensed teams / assigned Business Basic
I've encountered a problem since I started working in a new company, the exploratory license was assigned to me automatically, with which I could use MS Teams for 1 month, then the license expired and everybody in the company has Business Basic, which is assigned automatically (you can't assign it, manually where checkboxes are), ignorantly I thought that it would be assigned automatically, but it isn't, now i'm locked outside the teams. Apparently this Business Basic licenses that everybody uses are assigned to all in the company group, but I've checked with the boss who has admin rights and I am in that group and not as a guest or something but as an user, same as everyone else. So idk, how to solve this problem, if anyone on this forum has any ideas, because I'm out...23Views0likes0CommentsMore control with Teams chat notifications (Duration, marking as Read)
Currently in Teams it shows you if you have unread chats in your taskbar notification icon (small red bell). But to mark that notification as read you have to open up Teams and then highlight the conversation to mark it as 'Read'. Does anyone know if there is a way, or given thought to building a way, to have more control over the notification pop-up that would allow you to control how long the notification displays when a new chat is received and to also add a button that would allow you to mark the chat as read rather than opening the entire Teams application? I'm not seeing this ability in either the "Teams built-in" or "Windows" notification styles.' Thank you for your consideration! Chris3.1KViews4likes3CommentsChat History Not Visible for New Participant
I conducted a test where a new participant was added to an ongoing chat. The participant is successfully added to the chat but cannot see the chat history. However, the participant remains in the chat after the conversation ends. Is there a central-level setting that prevents the chat from including historical messages and always creates a new chat for added participants?28Views0likes0CommentsIssue AADSTS50020 when using external tenant account to sign in into Microsoft Teams Bot app
Let's say that I am creating 2 Microsoft Teams Bot apps (A) and (B) with 2 app registration (A-reg) and (B-reg) in my tenant (F). Each app use Microsoft Graph API with Chat.ReadWrite, Chat.Create and Files.Read, and configured to multi-tenant type to allow users from other tenants to sign in and use the app. In this case, let's say users in tenant (C) needs to access the app hosted in my tenant (F) The problem here is the app (A) work perfectly but the app (B) fails to allow users from external tenants to sign in and use Microsoft Graph API. Both app work well with user in the same tenant. And I don't know which configuration is different between the 2 app. Below is what I've tried until now: + Create an Azure registration with multi-tenant type, setup Redirect URI, Application ID URI, add client ID of 'Microsoft Teams' and 'Microsoft Teams Web Client' to the authorized client applications, add Scopes for Application ID URI + Create Azure Web app to run the bot code and Azure Bot that accept the messaging endpoint, add OAuth connection (AAD v2) using the app registration before, add channel Microsoft Teams to the bot + Create the manifest.zip and request the admin tenant (C) to add to their tenant and publish for all users. Both apps then can be access from user in my tenant (F), is visible to users in tenant (C). However, no user in tenant (C) including the admin themselves can sign in to the bot. All attempt results in 'AADSTS50020: User account 'account@(C)' from identity provider 'https://sts.windows.net/tenant_C_id/' does not exist in tenant '(F)' and cannot access the application 'app_client_ID'(app_name) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.' Did anyone experience the same issue? I went through many documents and topics but not yet find any solution.40Views0likes0CommentsEnable mic option in custom teams app
I have a copilot studio agent created using copilot studio. I want to upload this app and use in teams. How ever i need the mic button feature which is by default available in microsoft teams copilot app. So when user clicks this mic button the audio user speaks is automatically converted to text in message box. Is this possible to have a similar feature in custom app pointing to a copilot studio agent?44Views0likes0CommentsMicrosoft 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, Savindu199Views0likes1Comment