Link to home
Start Free TrialLog in
Avatar of John_preston
John_prestonFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Deploying an exe file via GPO depending on group membership

Hi
What's the best way to deploy an exe file via a group policy? Can an exe be called depending on group membership?
Cheers
JP
ASKER CERTIFIED SOLUTION
Avatar of lecaf
lecaf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andrew_aj1
If you just want to copy an exe file to the desktop of a user depending on group membership you can do it through a script pushed through group policy.
The following will help you copy the file:
http://www.computerperformance.co.uk/ezine/ezine36.htm
This will help you to do it by group membership:
http://www.computerperformance.co.uk/Logon/logon_group_membership.htm
 
Add the script in the group policy under User Configuration/Windows Settings/Scrips/Logon. Make sure you place the script in the netlogon share and  reference it from the network share (ie. \\<server>\netlogon not c:\folder\etc\)
I hope this helps. Good luck.