Skip to main content
Matrix42 Self-Service Help Center

How to increase number of computers for OSD tasks manually

Applies for EMv6 & EMv7

 

The default setting in Enterprise Manager restricts the number of clients for the OS deployment task to 5 clients per task. To increase the number of clients manually, you must modify the code directly.

The file "Sw_Osd_Step1.aspx" can be found in the Enterprise Manager installation directory; you can use this file to modify the number of clients under

// Computer Selection Object
    Config_Host objAddComputer = new Config_Host(5,...

After each update, such modifications are reset to the default setting and must be modified again.