Ir al contenido principal

Post Installation task order

The order in which you place your post-install tasks can significantly impact the success of your deployments. To ensure a smooth process, here are three key considerations when determining the sequence of these tasks:
  1. System Lockdown Risks: Does this task have the potential to lock down the system, causing other tasks to fail? (e.g., domain joining or anti-virus installation)
  2.  Automation Dependencies: Does the task install or join something that could trigger other automation? (e.g., KACE agent initiating managed installs and scripts, domain join enforcing GPOs that launch scripts)
  3. Task Dependencies: Are there any dependencies for this task, or is this task a prerequisite for another? (e.g., network installation should be completed before any dependent installations)

As a best practice, the final three tasks in your sequence should typically follow this order:
  1. KACE agent installation (if required)
  2. Anti-virus or security software installation
  3. Domain joining

image.png