Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Microsoft OneDrive for Business or Microsoft SharePoint backups may not be backed up, resulting in a warning:
User does not have a valid Microsoft 365 license with SharePoint plan enabled.
To resolve this issue, add missing Plans IDs to the list according to the following steps.
Plan ID retreival can be accomplished using the ‘MSOnline’ AzureAD module and the following PowerShell commands.
install-module AzureAD
install-module AzureADPreview
install-module MSOnline
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
(get-msolaccountsku).servicestatus.serviceplan | where {$_.ServiceType -match "Exchange"} | ft ServiceName,ServicePlanId
(get-msolaccountsku).servicestatus.serviceplan | where {$_.ServiceType -match "SharePoint"} | ft ServiceName,ServicePlanId
<Options> <O365Plans AdditionalExchangePlans="your-Exchange-plans-IDs" AdditionalSharePointPlans="your-SharePoint-plans-IDs" /> </Options>If you do not have any SharePoint plans, omit the AdditionalSharePointPlans section.
Your feedback has been received and will be reviewed.
Please try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.