SCCM - The software change returned error code +0x80070710(-2147023088) - The account used is a Computer Account

-1

There's not a lot of discussion of this error online so I included the entire error code in the title to help others if we can figure this out here.

The problem is that I'm trying to install software that runs completely from a folder without installation. To "install" it, I have to xcopy it from a network drive to c:\program files and then create a task in the scheduler to run it. The code works perfectly if I run it from c:\temp or the network drive from an administrative command prompt.

The error message suggests the install isn't running with administrative privileges, but don't all SCCM installs run with admin rights (else, how would they install at all)? Either way, in the SCCM deployment, I have it set to "install for system" which should work should it not?

batch-file
sccm

1 Answer

0

Selecting "downloadload and run locally" helped. I also had a problem with the task scheduler working when I was logged in as an admin, but not when I was a regular user. Turns out it was there, but my regular user account didn't have rights to see it. For now, it's working.

answered on Stack Overflow Sep 19, 2017 by not_a_generic_user

User contributions licensed under CC BY-SA 3.0