I need a solution
Hey All,
I am new to altiris and I need some help. I am trying to create several jobs to run through Altiris DS 6.9 to deploy out to a Microsoft Surface Pro 3. However I have discovered that you have to be logged into the machine as a local administrator (no problem) and the jobs need to "run as administrator" (problem) in order to work. So I will show you and example of one of the jobs I created in 6.9 DS and I would like to know who to correct it so that I can run it "as admin".
{
REM Install Receiver
@echo off
START "Citrix Receiver Install" /WAIT "C:\drivers\Citrix\01 - InstallReceiver.cmd"
}
So I wou like to run this job as the administrator and pass in the password to if possible.
Need help totally new to Altiris and to scripting.