Skype for Business
141 TopicsUnable to play Voicemails in Wav format on Android Device.
Hello Everyone, Greetings of the Day!!!!!! I would like to share some information about voicemail on Android Device. I was facing an issue with the Voicemail on Android Device. I was not able to play the Wav formatted Voicemail on the Android device. While researching I found that we need to have proper Android App Protection Policy to resolve this. Please follow the action plan mentioned below: 1. Login to the Azure Portal (https://portal.azure.com/) 2. Choose Intune. 3. Choose Client Apps. 4. Choose App protection policies 5. Choose the policy you want to edit (i.e. policy for Android) 6. Choose Properties. 7. Choose Data Protection. 8. You likely have the setting “Send org data to other apps” set to “Policy managed apps” 9. Directly below this you can configure “Select apps to exempt” 10. Choose Select 11. Here you can add apps so that protected apps will be allowed to send data to them (i.e. Outlook to Google Play Music) 12. Add the name “Google Play Music” and use “com.google.android.music” for the value 13. Click Ok. 14. Click Save. There are many features are getting blocked or not working due to App policy from Intune, please refer the article mentioned below to know more: https://docs.microsoft.com/en-us/intune/apps/app-protection-policy-settings-android#data-transfer-exemptions) Please ignore if you already aware about this. Thanks, Shrikant Suravase22KViews0likes5CommentsHow to add alias domain for all users?
Hi, There's a company with their company's full name as their domain name and a shorter domain name. So, contoso.com and conto.so. They need all their users to have an alias of contoso.com and conto.so to be their primary email address. This way, they can: Send/Send as/Receive emails as both domain names for the respective users Receive shared files (OneDrive for Business and SharePoint Online) on both domain names for the respective users Call as/receive call/book meeting on Skype for Business using both domain names for the respective users Send and receive calendar shares or event invitations on both domain names for the respective users This needs to be automatic, rather than adding the domain alias for each user. How can this be configured? Thanks,31KViews0likes4CommentsHow to make Skype for Business and OneDrive automatically insert credentials on launch ?
We have a client, that wants new users to sign in to a domain joined computer and automatically get signed in to Outlook, Skype for Business and OneDrive. Now the client has an on-premise Active Directory which is synced with AAD Connect to Office 365. So desktop applications are Office 365. Now, I have configured Seamless Single Sign On feature and configure modern authentications, pushed intranet sites with GPO. This has solved half of the issue, now the users don't have to enter their password, only email. But Outlook and Teams for example already automatically get their email address entered into Sign in Address bars, that can't be said for Skype for Business and OneDrive though, I still need to manually enter email addresses there and let sSSO do it's work. Now my question is this, is it possible to make it so, that all of the remaining applications (Skype for Business and OneDrive) would automatically insert user's email address into Sign in Address (or email address, or user name, etc.) on first launch?2.6KViews0likes7CommentsFIDO2 Office 365 and Windows Hello For Business Sign-in?
I saw that this was in preview a year ago. https://techcommunity.microsoft.com/t5/Azure-Active-Directory-Identity/bg-p/Identity Is logging into Windows 10 Hybrid joined systems using FIDO security keys now working? What about signing into Office 365 desktop apps, mobile apps and web apps with FIDO security keys?11KViews1like2CommentsPowersHell and Basic authentication
Hi there, I have been trying to get the PowersHell connections to work to Office 365 and current results are: (AD) Connect-AzureAD: Working (Exchange) Connect-EXOPSSession: Not working (Basic authentication is currently disabled...) (Skype) New-csOnlineConnection: Not working (Basic authentication is currently disabled...) Question to you who might know this better: why AzureAD is working while others doesn't? Has AzureAD team done some fixes to their connection and Exchange/Skype team has not? Both of them are asking the MFA credentials, but when I have appoved the authentication request on my phone the error appears. My connections are coming through the proxy and the MFA is enabled on the tenant.13KViews0likes3CommentsHow to use skype SDK to join meetings with URI provided by the user
I have some queries regarding the functionalities provided by the Skype SDK 1) Is it possible for my application to join a meeting url(provided to me by a client) as an attendee(bot)? 2) Is there a way to get all participants for that particular call? 3) Does skype sdk send events when a new participant joins the call? 4) Does the skype SDK send audio change events during a meeting? 5) What sdk should be used for the above use cases? I see Skype web SDK, UCMA and Trusted web application API in the documentation. What are the differences between these and what should be suitable for the above use cases?891Views0likes0Commentsthe product we found in your account can't be used to activate skype for business
I have a problem with Skype for business, users can download the software but at the time of access to skype they detect the following error: "the product we found in your account can not be used to activate skype for business". The problem is present both for a user to whom I gave the complete "business essential" license about 1 month ago, and for two users to whom I gave the "business essential" license without Exchange a short time ago, and also to a user to whom I gave the complete "business premium". Also I have another problem, when I active a licence to a new user, sometimes the e-mail is activated immediately, sometimes it takes more time (about 1 hour).2.4KViews0likes5CommentsAssign "Phone Sytem"/MCOEV only to multiple users in O365.
Hello, I have many users which have E5 licenses assigned to them, the only service which is turned off in the E5 pack is "Phone System" I want to enable the "Phone System" for all the users but it doesn't works using the below command set/script, I have tried multiple scripts available on the technet. Below is the script which I have used to enable the "Phone System" $UserPrincipalName = 'user@abcxyzx.com' $UsageLocation = 'US' Set-MsolUser -UserPrincipalName $UserPrincipalName -UsageLocation $UsageLocation Set-MsolUserLicense -UserPrincipalName $UserPrincipalName -AddLicenses XXXXXXX:ENTERPRISEPREMIUM $options = New-MsolLicenseOptions -AccountSkuId "XXXXXXX:ENTERPRISEPREMIUM" -DisabledPlans BPOS_S_TODO_3,FORMS_PLAN_E5,STREAM_O365_E5,THREAT_INTELLIGENCE,Deskless,FLOW_O365_P3,POWERAPPS_O365_P3,TEAMS1,ADALLOM_S_O365,EQUIVIO_ANALYTICS,LOCKBOX_ENTERPRISE,EXCHANGE_ANALYTICS,SWAY,ATP_ENTERPRISE,MCOMEETADV,BI_AZURE_P2,INTUNE_O365,PROJECTWORKMANAGEMENT,RMS_S_ENTERPRISE,YAMMER_ENTERPRISE,OFFICESUBSCRIPTION,MCOSTANDARD,EXCHANGE_S_ENTERPRISE,SHAREPOINTENTERPRISE,SHAREPOINTWAC Set-MsolUserLicense -UserPrincipalName $UserPrincipalName -LicenseOptions $options It gives the below error Set-MsolUserLicense : Unable to assign this license because it is invalid. Use the Get-MsolAccountSku cmdlet to retrieve a list of valid licenses. At line:4 char:1 + Set-MsolUserLicense -UserPrincipalName $UserPrincipalName -AddLicenses sleepingf ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [Set-MsolUserLicense], MicrosoftOnlineException + FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.InvalidUserLicenseException,Microsoft.Online.Administration.Automation.SetUse rLicense Set-MsolUserLicense : Unable to assign this license. At line:6 char:1 + Set-MsolUserLicense -UserPrincipalName $UserPrincipalName -LicenseOptions $optio ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [Set-MsolUserLicense], MicrosoftOnlineException + FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.InvalidLicenseConfigurationException,Microsoft.Online.Administration.Automati on.SetUserLicense ##The same works with other Service plans like the Business Premium##10KViews0likes1CommentHow to improve Wifi connection for Skype for Business
Hi everyone, Our wifi connection is not meet requirement for SfB, it's decrease experience when user do Skype for Business meeting (more than 3 people). Specific, our Packet inter-arrival jitter number is not meet requirement below. Please tell me how to improve wifi connection for Skype for business Sincerely. https://blogs.technet.microsoft.com/skypehybridguy/2017/08/11/assess-your-networks-readiness-for-skype-for-business-online/2.8KViews0likes1Comment