I'm trying to backup my system state on my Windows Server 2008 R2 domain controller via a command line batch file.
I have created a dedicated service account and configured this within Task Manager. Whenever I click on 'Apply' I get the following error
'An error has occurred for task Backup. Error message: The following error was reported: 2147943712'
I did a bing search and found an article which suggests to change registry key HKLM\SYSTEM\CurrentControlSet\Control\LSA DisableDomainCreds to 0.
PROBLEM:
Once I've set this registry I can configure a service account and the backup is performed successfully however it keeps changing back to 1.
What else am I missing/need to do?