Barracuda Cloud-to-Cloud backup: AADSTS7000112: Application is disabled.

If you enable Barracuda Cloud-to-Cloud backup, you might come across this error when trying to set it up:


AADSTS7000112: Application '3450a114-871f-4057-b591-f0a8e3c50287'(Cloud-to-Cloud-Backup) is disabled.

and if  you log into Azure AD and try the command:

(Get-MsolServicePrincipal -AppPrincipalId 3450a114-871f-4057-b591-f0a8e3c50287).accountenabled

you get the result $false.


Then you can enable Barracuda Cloud-to-cloud Backup by typing:

Get-MsolServicePrincipal -AppPrincipalId 3450a114-871f-4057-b591-f0a8e3c50287 | Set-MsolServicePrincipal -AccountEnabled $true


Comments

Popular posts from this blog

Restore a deleted OneDrive for Business account from Office365: "A site collection with the same Site Id or Path already exists."

Server Manager will not start, error .NET Framework: "This application requires one of the following versions of the .NET Framework:"