Forum Discussion

StuartK73's avatar
StuartK73
Iron Contributor
May 01, 2024
Solved

Deploy LaunchIE.exe via Intune

Hi All

 

Would anyone have any ideas on how to deploy this via Intune?

 

https://github.com/LesFerch/LaunchIE

 

Info appreciated.

 

 

  • Thanks StuartK73! I would recommend the PowerShell App Deployment Toolkit series on Youtube for a better understanding of how the framework works: https://www.youtube.com/watch?v=Dqxa8uVk4Jg

    On the topic of how to create the shortcuts, please read this blog: https://www.ninjaone.com/script-hub/creating-url-shortcuts-on-desktops-using-powershell/

     

    Let me know if you need more help!

6 Replies

    • StuartK73's avatar
      StuartK73
      Iron Contributor
      Hi Buddy

      We have tried / tested IE Mode in Edge on our LOB Web App and it simply isn't practical for 2 reasons:

      1) It forces users to login which doesn't happen in IE
      2) The 90 expiry is too much overhead to reconfigure all PCs every 90 days

      We really need to be able to run our LOB Web App in IE without error or limitations.

      I feel pushing out IELaunch.exe would be the best option.

      Info appreciated
      • tobiassandberg's avatar
        tobiassandberg
        Iron Contributor

        StuartK73 thanks for he explanation! I guess that you have already seen this IEModeExpiryFix so it can be set to 2099 days, which maybe would help you with point number two - https://lesferch.github.io/IEModeExpiryFix/.

        But regarding point one, I don't really know a solution to that one if you have already defined the correct values for SSO in Internet Options/Properties.

        So back to your main question, I would probably package the https://github.com/LesFerch/LaunchIE in a Win32 application together with https://psappdeploytoolkit.com/ and in that same script create the weblinks that you would like to have, which should follow step number 7 on the github site, like LaunchIE example.com

Resources