mrdk83 Posted January 8, 2015 Report post Posted January 8, 2015 Is it possible (SCCM 2012R2) to install the application run as a domain account? The application will include a powershell script that when perform must have permissions to the database Quote Share this post Link to post Share on other sites More sharing options...
LackOfAName Posted January 8, 2015 Report post Posted January 8, 2015 One way around is to deploy a task sequence with a single 'Run Command Line' step. This TS step allows you to specify a domain account. If the users who will be installing this have rights, you could test installing with user rights also. There may be things on the PowerShell side that may work as well. I would start here: http://blogs.technet.com/b/benshy/archive/2012/06/04/using-a-powershell-script-to-run-as-a-different-user-amp-elevate-the-process.aspx Quote Share this post Link to post Share on other sites More sharing options...