Share via


Run As Administrator during Task Sequence

Question

Thursday, January 24, 2013 11:17 PM

Anyone know how I can "Run as administrator" in an osd commandline ts? You know how you right click cmd and "run as administrator". I'm not talking about running as a different user or a local administrator. Thanks in advance.

All replies (3)

Thursday, January 24, 2013 11:34 PM âś…Answered | 2 votes

Task sequences run under the SYSTEM account for the computer anything you run will run with highest privileges.

Justin Chalfant | Blog: setupconfigmgr.com | SCUP Catalog: patchmypc.net/scup | Please mark as helpful/answer if this resovled your issue


Friday, January 25, 2013 12:26 AM | 1 vote

you can add "Run Command Line" step to your task sequence and there you can use "Run this step as the following account".

CM07 - http://technet.microsoft.com/en-us/library/bb632992.aspx

CM12 - http://technet.microsoft.com/en-us/library/hh846237.aspx

Mikhail


Friday, January 25, 2013 1:13 PM

Thanks all. Yeah I just wasnt sure if the system account would be able to run with the same/more rights as "Run as administrator" but thanks for clearing things up.