Hello,
I want to deploy multiple folders and some files in GPO with UAC enabled in Program Files (x86).
my files must be updated when i change this.
My files ares saved in this folder :
\\SHAREDFOLDER\APPSNAME\PRODUCT1\FILE1.dat
\\SHAREDFOLDER\APPSNAME\PRODUCT1\FILE2.dat
\\SHAREDFOLDER\APPSNAME\PRODUCT2\FILE1.dat
\\SHAREDFOLDER\APPSNAME\PRODUCT3\FILE1.dat
\\SHAREDFOLDER\APPSNAME\PRODUCTxx\FILExx.dat
Destination folder are :
%HOMEDRIVE%\ProgramFiles (x86)\APPSNAME\PRODUCT1
%HOMEDRIVE%\ProgramFiles (x86)\APPSNAME\PRODUCT2
%HOMEDRIVE%\ProgramFiles (x86)\APPSNAME\PRODUCT3
%HOMEDRIVE%\ProgramFiles (x86)\APPSNAME\PRODUCTxx
i have make a script with robocopy and it works, but computer with UAC enable it doesn't works.
robocopy command : robocopy \\SHAREDFOLDER\APPSNAME %HOMEDRIVE%\ProgramFiles (x86)\APPSNAME /S /R:1 /W:1
I have check GPPreferences but i can't copy folder with files, i must create each line in GPP for each file and each folder.
thanks for your help