KB ID: | 3076 |
Product: | Veeam Backup for Microsoft 365 |
Version: | any |
Published: | 2019-12-26 |
Last Modified: | 2021-02-18 |
Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
To resolve this issue, add missing Plans IDs to the list according to the following steps:
Note: This script is provided as-is as a courtesy for Gathering Plan IDs from MSOnline. Please be aware that the commands and parameters may be altered by Microsoft in the future, which may cause the script to function incorrectly. There is no support provided for this script, and should it fail, we ask you to contact Microsoft support. This script may be updated in the future to reflect changes to the Office 365 Powershell Environment |
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.
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.