I am trying to make worklet to install 3 cisco products and only first one gets installed, I believe I am missing something on the remediation code to make all 3 install
Evaluation Code
1 exit
Remediation Code
Start-Process msiexec.exe '/I cisco1.msi /quiet /norestart /passive'
Start-Process msiexec.exe '/I cisco2.msi /norestart /passive '
Start-Process msiexec.exe '/I cisco3.msi /quiet /norestart /passive '