Using %USERPROFILE% variable with File Synchronization
I love the idea of using File Synchronization across our domain to set default themes for powerpoint, however I am having trouble getting File Synchronization to place these files where I want them.
I have tried:
- %USERPROFILE%\AppData\Roaming\Microsoft\Templates\Document Themes
- C:\Users\%USERPROFILE%\AppData\Roaming\Microsoft\Templates\Document Themes
- C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Templates\Document Themes
Neither of these seems to work. Kace usually tries to stick the file in : C:\Windows\System32\config\systemprofile
Can anyone please help me get this working using File Synchronization?
Thanks!
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
chucksteel
7 years ago
The K1000 client runs in the system context, so %userprofile% doesn't apply to the currently logged in user. Short answer, using file synchronization won't work for this purpose.
Comments:
-
So, how would you get a file in to all user profiles using File Sync then? - neilvw 7 years ago
-
I wouldn't. I would probably write a script that uses a foreach loop over the users folder and copies the file. - chucksteel 7 years ago
-
Is this still the case? File Synchronizations does not work this way? - OMIC_LS 2 years ago