From c103dacbe873c066fd54d4b35a7a181394bc00a0 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Thu, 23 Mar 2023 22:40:19 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9514851..6a67ae9 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,12 @@ To skip in all cases, just simply use "$False" without the quotes. Setting the right mixture of condition and installation order will provide a super smooth and consistent installation experience. -Example: VMWare Tools +Example: VMWare Tools + Installation Order = 1 + Condition = ($ComputerSystem.Manufacturer -imatch '.*VM.*Ware.*') + This would ensure that VMWare Tools gets installed first only VMWare virtual machines. Any variable that will be available during the execution of the Invoke-OSDApplicationList.ps1 powershell script can be used within a condition.