How to deploy EXE file in group policy?

TechQ 236 Reputation points
2022-12-29T03:27:43.767+00:00

Please Note: I know only MSI file is applicable to deploy in the Group Policy. I also know you can use 'Logon/Logoff' or 'Startup/Shutdown' script to deploy, but when you use this option, no matter what, you have to enter Admin credential to install the software in User Computers, or User can install this. But I want to deploy the software just like the 'MSI' file, I don't want users to install or me with entering the admin password in the client computer. If there is any other way please share the idea. it would be better if you can share the screenshot so its easy to look over.

Please also share the idea how to make a '.bat' file.

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience Other
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. T. Kujala 8,761 Reputation points
    2022-12-29T05:04:26.597+00:00
    0 comments No comments

  2. Limitless Technology 44,746 Reputation points
    2022-12-29T16:30:09.523+00:00

    Hello there,

    Group policy software deployment does not support exe files. You will need to use a script and group policy to deploy software with an exe.

    If you must deploy an exe with group policy then try to grant temporary rights, when the deployment is done remove the rights and ability to run scripts.

    You also need to have a secured distribution point for your EXE install file. It needs to be accessible for remote computers and users.

    --------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.