From 6e6abfe833949b7280903dc6b0eb01004a226d34 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:03:07 -0800 Subject: [PATCH] Clarifies script list comment Removes misleading guidance about script order to keep documentation accurate. --- FFUDevelopment/Apps/Orchestration/Orchestrator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/Apps/Orchestration/Orchestrator.ps1 b/FFUDevelopment/Apps/Orchestration/Orchestrator.ps1 index ed02432..4739d22 100644 --- a/FFUDevelopment/Apps/Orchestration/Orchestrator.ps1 +++ b/FFUDevelopment/Apps/Orchestration/Orchestrator.ps1 @@ -28,7 +28,7 @@ Write-Host "---------------------------------------------------" -ForegroundColo # Define the path to the scripts $scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition -# Define the list of scripts to run, order doesn't matter - if you have a custom script, add it here +# Define the list of scripts to run $scriptList = @( "Update-Defender.ps1", "Install-Office.ps1",