The best way to push a [[Windows 11]] upgrade from [[ConnectWise Automate|ConnectWise Automate]] is to use the [[ConnectWise Automate Solution Center|Solution Center]] solution 'Windows Feature Updates'. This will install [[ConnectWise Automate Scripts|Automate Scripts]] that help with [[Windows Feature Updates]] as well as cleanup. The scripts will be located in `Maintenance\Patching`. The scope of this script is to download and install the Latest Windows 11 Feature Update directly from Microsoft (via the MS Upgrade Assistant tool) to the remote agent. ```mermaid flowchart TD A[Confirm OS is Windows Workstation OS] --> B[Check Windows Feature updates with ConnectWise] --> C[Check Drive space] --> D[Download Windows Update file from Microsoft] --> E[Start Windows Update] --> F[Schedule Feature Update Cleanup] ```