From fb9509d60f5ac09e5a5b0023d89ed7175541b462 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Tue, 28 Mar 2023 12:26:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01cac36..2db96e5 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,5 @@ Application(s) that have already been installed by the task sequence whose GUID After all of this is completed, just add a run powershell script step somewhere in your task sequence that executes the 'Invoke-OSDApplicationList.ps1' powershell script. The Applications.xml and ApplicationGroups.xml can be specified as script parameters, but by default, they will be found automatically using task sequence variables during run time. + +This totally eliminates the constant modification of task sequences to accomodate application addition, removal, reordering, replacement, etc...