Running a Quick Delivery as a Specific User account keeps failing. If we run a script task (Command Script or Powershell) as the same admin account it works just fine.
Error code:
Program Execute <SoftwarePackage> has failed with return code = -2147023511
ITMS 8.x
Logon failure: the user has not been granted the requested logon type at this computer. Error code: 2147023511 (login failure: the user has not been granted the requested logon type at this computer).
Quick Delivery and Managed Software Policy need more permissions to run as they need to download software from the Package Server. Scripted tasks work just fine as they don't need to download packages from the Package Server. Use an Admin user or the Application Identity account to have a successful execution.