Skype for Business
2 Topicsthe 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##10KViews0likes1Comment