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!

SOLVED sccm install application even it satisfies detection method

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 6
  • Views Views 5K

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
Hello all,

I know I can create package and install app without detection.
I wanted to ask is there any way we can make a application to run irrespective of detection method. even the application is detected we want to the run the executable.
we are using psdeploytool kit and ps script for application.

Pls advice.
thanks
 
You can create and deploy a Package instead of Application to ignore the detection method.
But it depends of your need, I assume for example you want to add a custom configuration on an existing installed application, you can create a script application with your customization and configure the detection method based on registry key changes.
 
This can be done but I am not sure why you want to do that. The detection method is important during application deployment. If you want to specify a detection method but override it then use a false detection method like a registry key that is not present at all or a file on the machine that doesn't exist.
 
thats not the scenario, requirement is to run all time
I would suggest to you to use a Configuration Item with your specific need and deploy a Baseline to the target collection that run every hour/day etc; instead of deploying an application or package.
 

Forum statistics

Threads
7,028
Messages
27,501
Members
17,685
Latest member
Termad
Back
Top