Hello,
I am trying to use command for some specifics reasons to back up 4 servers to a network location. I created a local account on the server that needs to be backed up and on the server that hosts the backup location and gave it admin rights. But when I run it I get an error saying "The user name or password is invalid".
If I run the same command and replace the credentials with a domain credentials that has admin rights it works.
wbadmin enable backup -addtarget:$backuplocation -schedule:00:30 -include:"c:,d:" -systemState -allCritical -vssFull -quiet -user:computer_name\man_backup -password:Password
Ishan