Update README.md

This commit is contained in:
freedbygrace
2023-03-23 22:40:19 -04:00
parent 9db00ec192
commit c103dacbe8
+3
View File
@@ -21,8 +21,11 @@ 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. 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 Installation Order = 1
Condition = ($ComputerSystem.Manufacturer -imatch '.*VM.*Ware.*') Condition = ($ComputerSystem.Manufacturer -imatch '.*VM.*Ware.*')
This would ensure that VMWare Tools gets installed first only VMWare virtual machines. 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. Any variable that will be available during the execution of the Invoke-OSDApplicationList.ps1 powershell script can be used within a condition.