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!

NEW application detection issue

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

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
Hello, we are using psappdeploy tool kit for installing an application, but applications install fine but fail to detect. process is getting completed before installation. after a minute if i retry it shows installed. How can put a delay in script?
Regards
 
In Powershell you can provoke a delay with the command "Start-Sleep -Seconds x".

In my opinion you should not do this. You need to fix the reason why your script is exiting before the installation is complete.
Which function do you use to install you program?
 
Back
Top