Clarifies script list comment

Removes misleading guidance about script order to keep documentation accurate.
This commit is contained in:
rbalsleyMSFT
2026-02-12 14:03:07 -08:00
parent baa696b880
commit 6e6abfe833
@@ -28,7 +28,7 @@ Write-Host "---------------------------------------------------" -ForegroundColo
# Define the path to the scripts # Define the path to the scripts
$scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $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 = @( $scriptList = @(
"Update-Defender.ps1", "Update-Defender.ps1",
"Install-Office.ps1", "Install-Office.ps1",