Quantcast
Channel: Directory Services forum
Viewing all articles
Browse latest Browse all 31638

How can I copy an .exe file from a remote file server using active directory to a GPO computer.

$
0
0

So the issue I'm having is trying to copy an .EXE file to several workstations in my OU in Active Directory. Normally I would do this by converting the exe into an MSI file, however the .EXE is the actual program and not an installer. I need a way of doing this and I've been struggling to find a solution online. I'm not a very good at scripting and could use any assistance on this. I tried to do this with a batch file, but kept running into UAC issues when the .bat would run on the workstations during login. I don't want to disable UAC so there must be another way around this. The batch file I have is very basic:

######

@echo off

copy \\fileserver\path\file.exe C:\Users\Public\Desktop

#####


Viewing all articles
Browse latest Browse all 31638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>