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

"The SNMP Service is ignoring the manager because its name could not be resolved." in Windows Server Event log.

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