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 SCCM task sequence add conditions

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 4
  • Views Views 2K

dj3094

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

I have this scenario which is confuding me. I created TS which work perfect. but we want to check on particualr application before it run. if the application is installed it have to check the file version. if the file version less than our current version it should run.
for this i chose add condition>fileproperties>file and check version less than.
If the application is not installed also it should run. I have trouble with this.
Any advice?

Thanks
 
Hey dj, is this application you are using as a condition is on an accessible shared folder. Can you please share your smsts.log file. Did you see where it fails
 
Its not failing. it continues. So here is the scenario. We have McAfee installed on our machines. I have step in TS to check for installed mcAfee version if ois less than 10.5.4 i kept exit one in command line. it works good. also we want it to run mcAfee not installed.
 
Ok if it continues it means it evaluated the condition as false so it skips it, if it was true it would have run the step. Can you please share your smsts.log
 
Back
Top