Account expired - Apps don't get deployed
Symptom
Either no site is getting created or specific parts are missing, e.g. Apps won't get installed in a workspace.
Cause
It's very likely that the service account used by Collaboration Manager 365 has expired. This happens when password expiration is enabled in your tentant (which is on by default)
Resolution
Disable password expiration for the account used by Collaboration Manager 365. Also make sure it's prefix is always @<tenant>.onmicrosoft.com.
Use the following PowerShell example to set password never expire for just one particular account:
Connect-MsolService
Set-MsolUser -UserPrincipalName <user ID> -PasswordNeverExpires $true
After that, please save your Collaboration Manager Template (again) and run a sync on your affected workspace or create a new one.
More Information
Related Articles
Service Account
To use the App properly you have to add the Collaboration Manager 365 admin account as the service account. 1. In the Collaboration Manager 365 App, click on "Setup". 2. Click on "Add Service Account" 3. Enter the credentials of the Collaboration ...
App Provisioning
It is possible to provisioning apps from a template to a workspace. Please select a template and navigate to the "Add an app" hyperlink. You can choose between from Apps in your AppCatalog and Apps from the AppStore. E.g. the "Multiple Download"-App ...
Create CM365 Administrator Account
The first step in installing the Collaboration Manager 365 is creating an administrator account in your Office 365 tenant. You need the adminstrator account to secure the Collaboration Manager 365 is working properly. Please use this account for ...
Collaboration Manager 365: Provisioning of apps on the whole tenant
Provisioning of apps on the whole tenant Since version 1.1.3, SPFx gives you the possibility to install webparts on your whole tenant, so you don't have to install it on all sites of the organization. In order to use this feature, you have to ...
Add CM365 App to SharePoint environment
1. Navigate to your Office 365 admin center by clicking the tiles and then the "Admin"-Button. 2. In the Office 365 admin center first click "Show all" in the left side navigation and then click the button called „SharePoint“. ...