I've tried to create a configuration job that will automatically install the
appropriate O/S when needed. Unfortunately, the system won't use the task
(although, when run directly, the configuration job works correct). Any
ideas or references to such a job? Below is an overview of the jobs that I
created to do the configuration and test the configuration:
Job "Configure machine to 2003 Server"
Role: Config
Parameters:
Name = WTT\OS, ScheduleDisplay = True, Value = Windows Server 2003
Regular Task:
Command Line=asi -script "\\azsmrfichtn001\asi\scripts\[WTT\OS\.txt"
Dimension Change:
Set, Dimension = WTT\OS, Parameter = WTT\OS, Check this if the config
job clean installs the OS
Job "Get version info for 2003 O/S"
Role: Automated
Constraints: Dimension = "WTT\OS", Operator="Equals", Value="Windows
Server 2003"
Regular task: Command Line = "ver > version.txt", Create new command shell
Regular task2: Copy result = "c:\version.txt"
Thanks for any help!
Mark