How to deploy exe file using group policy?

TechQ 236 Reputation points
2023-03-20T12:13:47.1533333+00:00

I know its not possible to deploy exe file, but what are some options and step to configure this? What is the right script? Please let me know with detail and pictures.

Note: i know there are other questions regrading thia, and codes are answered but they dont work. Please give me the recent method of answer.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,798 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 43,966 Reputation points
    2023-03-21T15:24:18.2466667+00:00

    Hello there,

    Some of the best ways to deploy an application or program in the Active Directory are:

    -Deployment through Group policy by converting .exe files to .msi

    -Deploying .exe using GPOs by pointing batch files in the login script

    -Configuring GPO to install software to specific users.

    This article describes how to use Group Policy to automatically distribute programs to client computers or users.

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software

    Hope this resolves your Query !!

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

    0 comments No comments