Code: Select all
11-06-2020 21:00:45 :: Processing OneDrive NAME1 completed with warning: OneDrive was not found (ID: $uid, name: NAME1)
11-06-2020 21:00:45 :: Processing site NAME1 () finished with warning: Personal site was not found (ID: $uid, name: NAME1)
11-06-2020 21:00:47 :: Processing OneDrive NAME2 completed with warning: OneDrive was not found (ID: $uid, name: NAME2)
11-06-2020 21:00:47 :: Processing site NAME2 () finished with warning: Personal site was not found (ID: $uid, name: NAME2)
- If we create a script that excludes the processing of OneDrive and SharePoint for the particular user, after detecting the warning the first time, that user could lose data if their subscription was ever upgraded.
- Alternatively we could query the assigned Office 365 subscriptions for each user and split them into F1 or F3 groups. Exclude processing of OneDrive and SharePoint for the F1 groups.
- Ideally, VBO365 could detect either the subscription or more generic: the existence of the services for the user account. The above warning could be changed to an informational message such as "Processing of $service1, $service2 skipped for user $name (Not found)"