Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Task Sequence help

  • Thread starter Thread starter MarcoC
  • Start date Start date
  • Replies Replies 2
  • Views Views 1K

MarcoC

New Member
Messages
2
Reaction score
0
Points
1
Hi everyone. Help with SCCM. I need to create an application installation system in an undefined order. They are suite applications with two fixed options and one variable according to needs. You have ideas. I can't use dependencies because there are too many combinations. I was thinking of a custom task sequence but I don't know where to start. Thank you all
 
So for the Fixed option, Can you gotten the install to work? Have to contacted the vendor to ask them how to deploy it within an enterprise?
 
Hi everyone. Help with SCCM. I need to create an application installation system in an undefined order. They are suite applications with two fixed options and one variable according to needs. You have ideas. I can't use dependencies because there are too many combinations. I was thinking of a custom task sequence but I don't know where to start. Thank you all
i see this happening only with Powershell deploy toolkit. you run the mandatory installation first then you present the options to the user with powershell windows forms to select from what they need. see attached file hopefully you get it working for you (change the file extension to ps1)
 

Attachments

Back
Top